Individual settings: hints

This commit is contained in:
Bonta-kun
2019-12-17 12:22:55 +01:00
parent d9281adc07
commit 8a5eef11ce
4 changed files with 5 additions and 4 deletions

View File

@@ -281,7 +281,7 @@ def parse_arguments(argv, no_defaults=False):
for name in ['logic', 'mode', 'swords', 'goal', 'difficulty', 'item_functionality',
'shuffle', 'crystals_ganon', 'crystals_gt', 'openpyramid',
'mapshuffle', 'compassshuffle', 'keyshuffle', 'bigkeyshuffle',
'retro', 'accessibility']:
'retro', 'accessibility', 'hints']:
value = getattr(defaults, name) if getattr(playerargs, name) is None else getattr(playerargs, name)
if player == 1:
setattr(ret, name, {1: value})