mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Mystery: always open the pyramid with fast_ganon
This commit is contained in:
@@ -147,8 +147,7 @@ def roll_settings(weights):
|
||||
'pedestal': 'pedestal',
|
||||
'triforce-hunt': 'triforce-hunt'
|
||||
}[goals]
|
||||
if goals == 'fast_ganon' and entrance_shuffle == 'none':
|
||||
ret.openpyramid = True
|
||||
ret.openpyramid = goals == 'fast_ganon'
|
||||
|
||||
tower_open = get_choice('tower_open')
|
||||
ret.crystals_gt = tower_open
|
||||
|
Reference in New Issue
Block a user