diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 12:42:31 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 12:42:31 -0400 |
commit | 6af543ba049e3ba880b113907cd5222b205b8c05 (patch) | |
tree | 58a17c86870db0e67e30e20b7349aee69fba4e82 /apworld/__init__.py | |
parent | 215b576cc816f6f378d057b330ef01f02539602a (diff) | |
download | lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.tar.gz lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.tar.bz2 lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.zip |
Add cyan door behavior option
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 d6a3acb..c45e8b3 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
@@ -66,6 +66,7 @@ class Lingo2World(World): | |||
66 | 66 | ||
67 | def fill_slot_data(self): | 67 | def fill_slot_data(self): |
68 | slot_options = [ | 68 | slot_options = [ |
69 | "cyan_door_behavior", | ||
69 | "daedalus_roof_access", | 70 | "daedalus_roof_access", |
70 | "keyholder_sanity", | 71 | "keyholder_sanity", |
71 | "shuffle_control_center_colors", | 72 | "shuffle_control_center_colors", |