From ce937861c4078432ca4d81236d6c50fbd1d88d0c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 28 Oct 2024 18:21:13 -0400 Subject: Lingo: Update documentation for panel shuffle (#4086) --- options.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/options.py b/options.py index 2fd57ff..2d6e996 100644 --- a/options.py +++ b/options.py @@ -80,10 +80,15 @@ class ShuffleColors(DefaultOnToggle): class ShufflePanels(Choice): - """If on, the puzzles on each panel are randomized. + """Determines how panel puzzles are randomized. - On "rearrange", the puzzles are the same as the ones in the base game, but - are placed in different areas. + - **None:** Most panels remain the same as in the base game. Note that there are + some panels (in particular, in Starting Room and Second Room) that are changed + by the randomizer even when panel shuffle is disabled. + - **Rearrange:** The puzzles are the same as the ones in the base game, but are + placed in different areas. + + More options for puzzle randomization are planned in the future. """ display_name = "Shuffle Panels" option_none = 0 -- cgit 1.4.1