Remove vestiges of shuffleswitches
This commit is contained in:
aerinon
2022-01-21 16:26:12 -07:00
parent 2f0d64103e
commit 8d99ccafc5
2 changed files with 3 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ def roll_settings(weights):
ret.shopsanity = get_choice('shopsanity') == 'on'
ret.dropshuffle = get_choice('dropshuffle') == 'on'
ret.pottery = get_choice('pottery') if 'pottery' in weights else 'none'
ret.shuffleswitches = get_choice('shuffleswitches') == 'on'
ret.shufflepots = get_choice('pot_shuffle') == 'on'
ret.mixed_travel = get_choice('mixed_travel') if 'mixed_travel' in weights else 'prevent'
ret.standardize_palettes = get_choice('standardize_palettes') if 'standardize_palettes' in weights else 'standardize'