fix open_pyramid default

This commit is contained in:
Fabian Dill 2021-06-11 14:26:12 +02:00
parent 20ca09c730
commit 278f40471b
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ def main(args, seed=None):
'dungeonscrossed'} or not world.shuffle_ganon)
else:
world.open_pyramid[player] = {'on': True, 'off': False, 'yes': True, 'no': False}.get(
world.open_pyramid[player], world.open_pyramid[player])
world.open_pyramid[player], 'auto')
world.triforce_pieces_available[player] = max(world.triforce_pieces_available[player],
world.triforce_pieces_required[player])