about summary refs log tree commit diff stats
path: root/apworld/__init__.py
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-06 09:19:22 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-06 09:19:22 -0400
commitebda0b634c2396338b86b45128bf507c967e88a7 (patch)
tree80324582c52350c262dd4b5b7a824401ce6ebe4a /apworld/__init__.py
parentcc58fb28a7825f562c874b56fa08656096cc6a6c (diff)
downloadlingo2-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__.py1
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