From 69c1e138b4e9128f4b7bd345f5adca75c804c09d Mon Sep 17 00:00:00 2001 From: CaitSith2 Date: Wed, 24 Feb 2021 17:10:41 -0800 Subject: [PATCH] Use a default value. --- Mystery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mystery.py b/Mystery.py index f2531061..94682a9a 100644 --- a/Mystery.py +++ b/Mystery.py @@ -400,7 +400,7 @@ def roll_settings(weights: dict, plando_options: typing.Set[str] = frozenset(("b ret.accessibility = get_choice('accessibility', weights) - entrance_shuffle = get_choice('entrance_shuffle', weights) + entrance_shuffle = get_choice('entrance_shuffle', weights, 'vanilla') if entrance_shuffle.startswith('none-'): ret.shuffle = 'vanilla' else: