From 6cedb196d2fa17125f5447bd0037db59e884de4c Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Wed, 10 Nov 2021 00:04:58 -0800 Subject: [PATCH] Fix typo --- Mystery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mystery.py b/Mystery.py index 5a8594c4..f9152545 100644 --- a/Mystery.py +++ b/Mystery.py @@ -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',