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-09 16:44:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-09 16:44:09 -0400
commit8de745f4d3350ac848c9362a33e223c0ff94fdcf (patch)
tree102db82fd9c7822dd6c0d6e9a555181faf9ba00e /apworld/__init__.py
parent6dc4fae2ee9b7b9145a8938e95080dba448cf44a (diff)
downloadlingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.tar.gz
lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.tar.bz2
lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.zip
Added symbol shuffle
Also fixed unlocked letters + any double letter cyan doors, and tweaked
some logic related to important panels with symbols on them.
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 6eeee74..fc263c0 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py
@@ -82,6 +82,7 @@ class Lingo2World(World):
82 "shuffle_control_center_colors", 82 "shuffle_control_center_colors",
83 "shuffle_doors", 83 "shuffle_doors",
84 "shuffle_letters", 84 "shuffle_letters",
85 "shuffle_symbols",
85 "victory_condition", 86 "victory_condition",
86 ] 87 ]
87 88