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: