This commit is contained in:
2021-11-10 00:04:58 -08:00
parent 1b0c3db38f
commit 6cedb196d2

View File

@@ -215,7 +215,7 @@ def roll_settings(weights):
ret.hints = get_choice('hints') == 'on'
swords = get_choice('weapons')
if sowrds is not None:
if swords is not None:
ret.swords = {'randomized': 'random',
'assured': 'assured',
'vanilla': 'vanilla',