Mystery: fix triforcehunt argument

This commit is contained in:
Bonta-kun 2019-12-18 20:46:16 +01:00
parent 8721310cf7
commit c2530dce7d
1 changed files with 1 additions and 1 deletions

View File

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