about summary refs log tree commit diff stats
path: root/apworld/__init__.py
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-22 19:27:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-22 19:27:09 -0400
commitdcecbb87a19c47c7d00f773f8df6bf98d65410ef (patch)
tree9797c3eb1d5a9747d7106929a591468b7437472c /apworld/__init__.py
parent059f6426880d07b8d1d51eb681a33da0cbb60b63 (diff)
downloadlingo2-archipelago-dcecbb87a19c47c7d00f773f8df6bf98d65410ef.tar.gz
lingo2-archipelago-dcecbb87a19c47c7d00f773f8df6bf98d65410ef.tar.bz2
lingo2-archipelago-dcecbb87a19c47c7d00f773f8df6bf98d65410ef.zip
Make icarus optional
Diffstat (limited to 'apworld/__init__.py')
-rw-r--r--apworld/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apworld/__init__.py b/apworld/__init__.py index e126fc0..6540b08 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py
@@ -130,6 +130,7 @@ class Lingo2World(World):
130 slot_options = [ 130 slot_options = [
131 "cyan_door_behavior", 131 "cyan_door_behavior",
132 "daedalus_roof_access", 132 "daedalus_roof_access",
133 "enable_icarus",
133 "keyholder_sanity", 134 "keyholder_sanity",
134 "shuffle_control_center_colors", 135 "shuffle_control_center_colors",
135 "shuffle_doors", 136 "shuffle_doors",