From f3c59818b19ee5033433882a16d6a38ee435a78e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 28 Oct 2024 18:21:13 -0400 Subject: [PATCH] Lingo: Update documentation for panel shuffle (#4086) --- worlds/lingo/options.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/worlds/lingo/options.py b/worlds/lingo/options.py index 2fd57ff5..2d6e9967 100644 --- a/worlds/lingo/options.py +++ b/worlds/lingo/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