From 8de745f4d3350ac848c9362a33e223c0ff94fdcf Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 9 Sep 2025 16:44:09 -0400 Subject: Added symbol shuffle Also fixed unlocked letters + any double letter cyan doors, and tweaked some logic related to important panels with symbols on them. --- apworld/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'apworld/__init__.py') 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): "shuffle_control_center_colors", "shuffle_doors", "shuffle_letters", + "shuffle_symbols", "victory_condition", ] -- cgit 1.4.1