Fix doc
Remove vestiges of shuffleswitches
This commit is contained in:
@@ -175,7 +175,7 @@ def roll_settings(weights):
|
|||||||
ret.shopsanity = get_choice('shopsanity') == 'on'
|
ret.shopsanity = get_choice('shopsanity') == 'on'
|
||||||
ret.dropshuffle = get_choice('dropshuffle') == 'on'
|
ret.dropshuffle = get_choice('dropshuffle') == 'on'
|
||||||
ret.pottery = get_choice('pottery') if 'pottery' in weights else 'none'
|
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.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'
|
ret.standardize_palettes = get_choice('standardize_palettes') if 'standardize_palettes' in weights else 'standardize'
|
||||||
|
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ CLI `--dropshuffle`
|
|||||||
|
|
||||||
#### Legacy options
|
#### Legacy options
|
||||||
|
|
||||||
"Drop and Pot Keys" or `--keydropshuffle` is still availabe for use. This simply sets the pottery to keys and turns dropshuffle on as well to have the same behavior as the
|
"Drop and Pot Keys" or `--keydropshuffle` is still availabe for use. This simply sets the pottery to keys and turns dropshuffle on as well to have the same behavior as the old setting.
|
||||||
|
|
||||||
The old "Pot Shuffle" option is available under "Shuffle Pot Switches" or `--shuffleswitches` and works the same by shuffling all pots on a supertile. It works with the lottery option as well to move the switches while having every pot in the pool. I have no justification for the name change on the CLI/Mystery, it just kind of happened and I was too lazy to change it back.
|
The old "Pot Shuffle" option is still available under "Pot Shuffle (Legacy)" or `--shufflepots` and works the same by shuffling all pots on a supertile. It works with the lottery option as well to move the switches while having every pot in the pool.
|
||||||
|
|
||||||
#### Tracking Notes
|
#### Tracking Notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user