Mystery: fix triforcehunt argument
This commit is contained in:
parent
8721310cf7
commit
c2530dce7d
|
@ -145,7 +145,7 @@ def roll_settings(weights):
|
|||
'fast_ganon': 'crystals',
|
||||
'dungeons': 'dungeons',
|
||||
'pedestal': 'pedestal',
|
||||
'triforce-hunt': 'triforce-hunt'
|
||||
'triforce-hunt': 'triforcehunt'
|
||||
}[goals]
|
||||
ret.openpyramid = goals == 'fast_ganon'
|
||||
|
||||
|
|
Loading…
Reference in New Issue