diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-06 09:19:22 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-06 09:19:22 -0400 |
commit | ebda0b634c2396338b86b45128bf507c967e88a7 (patch) | |
tree | 80324582c52350c262dd4b5b7a824401ce6ebe4a /apworld/__init__.py | |
parent | cc58fb28a7825f562c874b56fa08656096cc6a6c (diff) | |
download | lingo2-archipelago-ebda0b634c2396338b86b45128bf507c967e88a7.tar.gz lingo2-archipelago-ebda0b634c2396338b86b45128bf507c967e88a7.tar.bz2 lingo2-archipelago-ebda0b634c2396338b86b45128bf507c967e88a7.zip |
[Apworld] Added letter shuffle
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 30737f3..8e3066d 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
@@ -69,6 +69,7 @@ class Lingo2World(World): | |||
69 | "daedalus_roof_access", | 69 | "daedalus_roof_access", |
70 | "keyholder_sanity", | 70 | "keyholder_sanity", |
71 | "shuffle_doors", | 71 | "shuffle_doors", |
72 | "shuffle_letters", | ||
72 | "victory_condition", | 73 | "victory_condition", |
73 | ] | 74 | ] |
74 | 75 | ||