fix gast_ganon

This commit is contained in:
Fabian Dill
2020-01-16 19:24:18 +01:00
parent 97774c6306
commit 7238235eb7
2 changed files with 2 additions and 1 deletions

View File

@@ -158,7 +158,7 @@ def roll_settings(weights):
'pedestal': 'pedestal',
'triforce-hunt': 'triforcehunt'
}[get_choice('goals')]
ret.openpyramid = ret.goal == 'fast_ganon'
ret.openpyramid = ret.goal == 'crystals'
ret.crystals_gt = get_choice('tower_open')