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/connections.txtpb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index a79778f..d718c96 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -841,6 +841,8 @@ connections { } oneway: true } +# Two one-way connections because the CLUE panel only needs to be solved to +# go from The Great to The Partial. connections { from { port { @@ -856,6 +858,24 @@ connections { name: "GREAT" } } + oneway: true +} +connections { + from { + port { + map: "the_partial" + room: "Obverse Side" + name: "GREAT" + } + } + to { + port { + map: "the_great" + room: "West Side" + name: "PARTIAL" + } + } + oneway: true } connections { from { -- cgit 1.4.1