Lingo: Update documentation for panel shuffle (#4086)

This commit is contained in:
Star Rauchenberger 2024-10-28 18:21:13 -04:00 committed by GitHub
parent 594a8321c4
commit f3c59818b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 3 deletions

View File

@ -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