mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Changes (#64)
* 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:
1
Main.py
1
Main.py
@@ -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)}
|
||||
|
Reference in New Issue
Block a user