Add new Full Shuffle

Add stubs for other new modes
This commit is contained in:
Kevin Cathcart
2018-01-18 21:36:06 -05:00
parent 3becad7c10
commit 8672099a3c
4 changed files with 181 additions and 5 deletions

View File

@@ -285,7 +285,6 @@ def create_playthrough(world):
old_world.spoiler.paths = {location.name : get_path(state, location.parent_region) for sphere in collection_spheres for location in sphere}
if any(exit == 'Pyramid Fairy' for path in old_world.spoiler.paths.values() for (_, exit) in path):
old_world.spoiler.paths['Big Bomb Shop'] = get_path(state, world.get_region('Big Bomb Shop'))
print(world.seed)
# we can finally output our playthrough
old_world.spoiler.playthrough = OrderedDict([(str(i + 1), {str(location): str(location.item) for location in sphere}) for i, sphere in enumerate(collection_spheres)])