fix fast_ganon

This commit is contained in:
Fabian Dill 2020-01-16 19:24:18 +01:00
parent 97774c6306
commit 236f79e143
2 changed files with 2 additions and 1 deletions

View File

@ -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')

View File

@ -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