From d79984b099c3f762b95d3b4257bef113d3a8d6ee Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 7 Sep 2025 15:42:00 -0400 Subject: Added door groups --- apworld/options.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apworld/options.py') diff --git a/apworld/options.py b/apworld/options.py index f7dc5bd..dbf09e7 100644 --- a/apworld/options.py +++ b/apworld/options.py @@ -8,6 +8,14 @@ class ShuffleDoors(Toggle): display_name = "Shuffle Doors" +class ShuffleControlCenterColors(Toggle): + """ + Some doors open after solving the COLOR panel in the Control Center. If this option is enabled, these doors will + instead open upon receiving an item. + """ + display_name = "Shuffle Control Center Colors" + + class ShuffleLetters(Choice): """ Controls how letter unlocks are handled. Note that H1, I1, N1, and T1 will always be present at their vanilla @@ -71,6 +79,7 @@ class VictoryCondition(Choice): @dataclass class Lingo2Options(PerGameCommonOptions): shuffle_doors: ShuffleDoors + shuffle_control_center_colors: ShuffleControlCenterColors shuffle_letters: ShuffleLetters keyholder_sanity: KeyholderSanity daedalus_roof_access: DaedalusRoofAccess -- cgit 1.4.1