Moved special Big Bomb pathing to Pyramid Crack

This commit is contained in:
codemann8
2021-11-05 16:27:31 -05:00
parent 87f0cdd3fd
commit f0d128d9a0
5 changed files with 7 additions and 3 deletions

View File

@@ -567,7 +567,7 @@ def create_playthrough(world):
# get locations containing progress items
prog_locations = [location for location in world.get_filled_locations() if location.item.advancement]
optional_locations = ['Trench 1 Switch', 'Trench 2 Switch', 'Ice Block Drop', 'Big Bomb', 'Pyramid Crack']
optional_locations = ['Trench 1 Switch', 'Trench 2 Switch', 'Ice Block Drop', 'Big Bomb']
state_cache = [None]
collection_spheres = []
state = CollectionState(world)