Mystery: always open the pyramid with fast_ganon
This commit is contained in:
parent
fea3888b45
commit
2ec59404a2
|
@ -147,8 +147,7 @@ def roll_settings(weights):
|
||||||
'pedestal': 'pedestal',
|
'pedestal': 'pedestal',
|
||||||
'triforce-hunt': 'triforce-hunt'
|
'triforce-hunt': 'triforce-hunt'
|
||||||
}[goals]
|
}[goals]
|
||||||
if goals == 'fast_ganon' and entrance_shuffle == 'none':
|
ret.openpyramid = goals == 'fast_ganon'
|
||||||
ret.openpyramid = True
|
|
||||||
|
|
||||||
tower_open = get_choice('tower_open')
|
tower_open = get_choice('tower_open')
|
||||||
ret.crystals_gt = tower_open
|
ret.crystals_gt = tower_open
|
||||||
|
|
Loading…
Reference in New Issue