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. --- data/maps/the_great/doors.txtpb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/maps/the_great/doors.txtpb') diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index f0f2fde..5d0e90d 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb @@ -508,3 +508,8 @@ doors { receivers: "Panels/General/entry_7/teleportListener" double_letters: true } +doors { + name: "Partial Entrance" + type: EVENT + panels { room: "West Side" name: "CLUE" } +} -- cgit 1.4.1