mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Use a default value.
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user