From 8d99ccafc518062ebd2920f13fad1718650f377b Mon Sep 17 00:00:00 2001 From: aerinon Date: Fri, 21 Jan 2022 16:26:12 -0700 Subject: [PATCH] Fix doc Remove vestiges of shuffleswitches --- Mystery.py | 2 +- RELEASENOTES.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mystery.py b/Mystery.py index e798c6da..9fb49394 100644 --- a/Mystery.py +++ b/Mystery.py @@ -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' diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 78f45a69..a808092a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -24,9 +24,9 @@ CLI `--dropshuffle` #### 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