fix gast_ganon
This commit is contained in:
parent
97774c6306
commit
7238235eb7
|
@ -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')
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ Notice (Team #1): [Hint]: Berserker's Progressive Sword can be found in Palace o
|
|||
Notice (Team #1): [Hint]: Berserker's Progressive Sword can be found in Ganons Tower - Map Chest in Will's World
|
||||
|
||||
Mystery.py
|
||||
* Fix fast_ganon not working at all currently
|
||||
* Defaults to generating a non-race ROM (Bonta's only makes race ROMs at this time)
|
||||
* If a race ROM is desired, pass --create-race as argument to it
|
||||
* When an error is generated due to a broken .yaml file, it now mentions in the error trace which file it is
|
Loading…
Reference in New Issue