fix progression balancing being the copy function.

This commit is contained in:
Fabian Dill 2021-03-17 06:29:48 +01:00
parent f55096b8cc
commit 275ac5be2b
2 changed files with 1 additions and 2 deletions

View File

@ -118,7 +118,7 @@ def main(args, seed=None):
world.triforce_pieces_required = args.triforce_pieces_required.copy()
world.shop_shuffle = args.shop_shuffle.copy()
world.shop_shuffle_slots = args.shop_shuffle_slots.copy()
world.progression_balancing = args.progression_balancing.copy
world.progression_balancing = args.progression_balancing.copy()
world.shuffle_prizes = args.shuffle_prizes.copy()
world.sprite_pool = args.sprite_pool.copy()
world.dark_room_logic = args.dark_room_logic.copy()

View File

@ -112,7 +112,6 @@ def main(args=None, callback=ERmain):
erargs.outputname = seedname
erargs.outputpath = args.outputpath
erargs.teams = args.teams
erargs.progression_balancing = {}
# set up logger
if args.loglevel: