Use a default value.

This commit is contained in:
CaitSith2 2021-02-24 17:10:41 -08:00
parent 056a0c739c
commit 69c1e138b4
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ def roll_settings(weights: dict, plando_options: typing.Set[str] = frozenset(("b
ret.accessibility = get_choice('accessibility', weights) 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-'): if entrance_shuffle.startswith('none-'):
ret.shuffle = 'vanilla' ret.shuffle = 'vanilla'
else: else: