* Fix bug where collected maps show on item menu if compass shuffle is on, (and collected compasses if map shuffle is on.)

* Add Dungeon Counter Options
This commit is contained in:
CaitSith2
2020-04-12 15:46:32 -07:00
committed by GitHub
parent 1f8dc8d317
commit 34df144f8c
6 changed files with 49 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ def main(args, seed=None):
world.timer = args.timer.copy()
world.shufflepots = args.shufflepots.copy()
world.progressive = args.progressive.copy()
world.dungeon_counters = args.dungeon_counters.copy()
world.extendedmsu = args.extendedmsu.copy()
world.rom_seeds = {player: random.randint(0, 999999999) for player in range(1, world.players + 1)}