Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lingo: Update documentation for panel shuffle #4086

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions worlds/lingo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading