Dungeon Counters option

This commit is contained in:
Mike A. Trethewey
2020-02-19 03:32:01 -08:00
parent 8c4bc60312
commit 6e47cd78e0
5 changed files with 30 additions and 4 deletions

View File

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