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