diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-19 11:04:48 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-19 11:04:48 -0400 |
commit | 2115232d2fec48fceef052b476af4afb02746ad1 (patch) | |
tree | 9d749646b51ad3da524dc9f6b71407bfa57541ad /apworld/__init__.py | |
parent | 1aca0f7e9ffa215ceb877ca55d667b4ee919b07e (diff) | |
download | lingo2-archipelago-2115232d2fec48fceef052b476af4afb02746ad1.tar.gz lingo2-archipelago-2115232d2fec48fceef052b476af4afb02746ad1.tar.bz2 lingo2-archipelago-2115232d2fec48fceef052b476af4afb02746ad1.zip |
Added strict purple/cyan ending options
Diffstat (limited to 'apworld/__init__.py')
-rw-r--r-- | apworld/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apworld/__init__.py b/apworld/__init__.py index 8b2e42e..f1de503 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
@@ -100,6 +100,8 @@ class Lingo2World(World): | |||
100 | "shuffle_gallery_paintings", | 100 | "shuffle_gallery_paintings", |
101 | "shuffle_letters", | 101 | "shuffle_letters", |
102 | "shuffle_symbols", | 102 | "shuffle_symbols", |
103 | "strict_cyan_ending", | ||
104 | "strict_purple_ending", | ||
103 | "victory_condition", | 105 | "victory_condition", |
104 | ] | 106 | ] |
105 | 107 | ||