mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
implement progression balancing as an option in CLI, gui and MultiMystery
This commit is contained in:
2
Main.py
2
Main.py
@@ -145,7 +145,7 @@ def main(args, seed=None):
|
||||
elif args.algorithm == 'balanced':
|
||||
distribute_items_restrictive(world, True)
|
||||
|
||||
if world.players > 1:
|
||||
if world.players > 1 and not args.skip_progression_balancing:
|
||||
logger.info('Balancing multiworld progression.')
|
||||
balance_multiworld_progression(world)
|
||||
|
||||
|
Reference in New Issue
Block a user