Add Mirror Scroll as an option instead of baking it into door shuffle.

This commit is contained in:
Telethar
2025-01-07 15:12:24 -07:00
committed by aerinon
parent f5a8b563d9
commit d558e14065
13 changed files with 32 additions and 4 deletions
+1
View File
@@ -138,6 +138,7 @@ def main(args, seed=None, fish=None):
world.skullwoods = args.skullwoods.copy()
world.linked_drops = args.linked_drops.copy()
world.pseudoboots = args.pseudoboots.copy()
world.mirrorscroll = args.mirrorscroll.copy()
world.overworld_map = args.overworld_map.copy()
world.take_any = args.take_any.copy()
world.restrict_boss_items = args.restrict_boss_items.copy()