diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-07 16:30:57 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-07 16:30:57 -0400 |
commit | 4b1ba8df2897fa840f829f66425ac68a82f25eac (patch) | |
tree | 0116e32b6befef68fa9383e24cababc50b18294f /apworld/__init__.py | |
parent | d79984b099c3f762b95d3b4257bef113d3a8d6ee (diff) | |
download | lingo2-archipelago-4b1ba8df2897fa840f829f66425ac68a82f25eac.tar.gz lingo2-archipelago-4b1ba8df2897fa840f829f66425ac68a82f25eac.tar.bz2 lingo2-archipelago-4b1ba8df2897fa840f829f66425ac68a82f25eac.zip |
[Apworld] Add shuffle_control_center_colors to slot data
Diffstat (limited to 'apworld/__init__.py')
-rw-r--r-- | apworld/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apworld/__init__.py b/apworld/__init__.py index 8e3066d..d6a3acb 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
@@ -68,6 +68,7 @@ class Lingo2World(World): | |||
68 | slot_options = [ | 68 | slot_options = [ |
69 | "daedalus_roof_access", | 69 | "daedalus_roof_access", |
70 | "keyholder_sanity", | 70 | "keyholder_sanity", |
71 | "shuffle_control_center_colors", | ||
71 | "shuffle_doors", | 72 | "shuffle_doors", |
72 | "shuffle_letters", | 73 | "shuffle_letters", |
73 | "victory_condition", | 74 | "victory_condition", |