mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 04:52:42 -07:00
Add ganon triforce hunt (#117)
* Add ganon triforce hunt * Add self to license * Correction of help message for Local Ganon Triforce Hunt. * if 'triforcehunt in world.goal[player]:
This commit is contained in:
+4
-2
@@ -288,9 +288,11 @@ def roll_settings(weights):
|
||||
'pedestal': 'pedestal',
|
||||
'triforce_hunt': 'triforcehunt',
|
||||
'triforce-hunt': 'triforcehunt', # deprecated, moving all goals to `_`
|
||||
'local_triforce_hunt': 'localtriforcehunt'
|
||||
'local_triforce_hunt': 'localtriforcehunt',
|
||||
'ganon_triforce_hunt': 'ganontriforcehunt',
|
||||
'local_ganon_triforce_hunt': 'localganontriforcehunt'
|
||||
}[goal]
|
||||
ret.openpyramid = goal == 'fast_ganon'
|
||||
ret.openpyramid = goal in ['fast_ganon', 'ganon_triforce_hunt', 'local_ganon_triforce_hunt']
|
||||
|
||||
ret.crystals_gt = get_choice('tower_open', weights)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user