OoT: write data into autotracking context

useful for the client and autotrackers to gather data easily
This commit is contained in:
espeon65536
2022-05-25 22:39:54 -05:00
committed by Fabian Dill
parent 1c231b703a
commit ac87629550
4 changed files with 11803 additions and 11763 deletions

View File

@@ -567,7 +567,7 @@ class OOTWorld(World):
self.fake_items.extend(item for item in self.itempool if item.index and self.is_major_item(item))
if self.ice_trap_appearance in ['junk_only', 'anything']:
self.fake_items.extend(item for item in self.itempool if
item.index and not self.type == 'Shop' and not self.is_major_item(item) and item.name != 'Ice Trap')
item.index and not item.type == 'Shop' and not self.is_major_item(item) and item.name != 'Ice Trap')
# Kill unreachable events that can't be gotten even with all items
# Make sure to only kill actual internal events, not in-game "events"