From 8c19969253b43566a8f8ec1a7e9f73c4f23a0878 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 25 Aug 2025 11:57:09 -0400 Subject: Added the_symbolic --- data/connections.txtpb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 2022501..ee897bc 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -23,7 +23,6 @@ # the_literate/Painting Room/PYRAMID # the_partial/Control Center Entrance/CC # the_perceptive/Main Area/CC -# the_plaza/Symbolic Entrance/SYMBOLIC # cc -> relentless (don't use port objects) # the_repetitive/Main Room/CC # cc <-> the shop (keyholder door only needed one way) @@ -1638,3 +1637,19 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_plaza" + room: "Symbolic Entrance" + name: "SYMBOLIC" + } + } + to { + port { + map: "the_symbolic" + room: "White Room" + name: "PLAZA" + } + } +} -- cgit 1.4.1