mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Only pre-open pyramid if ER falls within vanilla/dungeonssimple/dungeonsfull
This commit is contained in:
@@ -302,7 +302,9 @@ def roll_settings(weights):
|
||||
'ganon_triforce_hunt': 'ganontriforcehunt',
|
||||
'local_ganon_triforce_hunt': 'localganontriforcehunt'
|
||||
}[goal]
|
||||
ret.openpyramid = goal in ['fast_ganon', 'ganon_triforce_hunt', 'local_ganon_triforce_hunt']
|
||||
|
||||
ret.open_pyramid = goal in ['fast_ganon', 'ganon_triforce_hunt', 'local_ganon_triforce_hunt'] \
|
||||
and ret.shuffle in {"vanilla", "dungeonssimple", "dungeonsfull"}
|
||||
|
||||
ret.crystals_gt = get_choice('tower_open', weights)
|
||||
|
||||
|
Reference in New Issue
Block a user