Merge branch 'DoorDevUnstable' into KeyLogicAttempt1

This commit is contained in:
aerinon
2021-07-07 16:24:23 -07:00
13 changed files with 36 additions and 26 deletions

View File

@@ -90,6 +90,7 @@ def main(args, seed=None, fish=None):
world.treasure_hunt_count = args.triforce_goal.copy()
world.treasure_hunt_total = args.triforce_pool.copy()
world.shufflelinks = args.shufflelinks.copy()
world.fakeboots = args.fakeboots.copy()
world.rom_seeds = {player: random.randint(0, 999999999) for player in range(1, world.players + 1)}