add available_triforce_pieces

This commit is contained in:
caitsith2
2020-06-17 01:02:54 -07:00
parent 233d12be30
commit 617312fd4b
6 changed files with 33 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ def main(args, seed=None):
world.progressive = args.progressive.copy()
world.dungeon_counters = args.dungeon_counters.copy()
world.glitch_boots = args.glitch_boots.copy()
world.triforce_pieces_available = args.triforce_pieces_available.copy()
world.triforce_pieces_required = args.triforce_pieces_required.copy()
world.progression_balancing = {player: not balance for player, balance in args.skip_progression_balancing.items()}