From 53ad8e2f3e5fcf9cf9d5d4628498557e0f5500e8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 14:42:32 -0400 Subject: Added the_sturdy --- data/connections.txtpb | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 4f77466..a8ed671 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -10,7 +10,6 @@ # the_bearer/Entry/UNYIELDING # the_bearer/Back Area/DAEDALUS # the_between/Control Center Side/CC -# the_colorful/Cyan Hallway/STURDY # the_digital/Main Area/UNYIELDING # the_digital/Tree Area/TREE # the_gallery/Daedalus Extension/EYE @@ -46,7 +45,6 @@ # the_liberated/Painting Room/PYRAMID # the_literate/Painting Room/PYRAMID # the_nuanced/Main Room/UNYIELDING -# the_owl/Magenta Hallway/STURDY # the_partial/Control Center Entrance/CC # the_perceptive/Main Area/CC # the_plaza/Main Area/UNYIELDING @@ -55,6 +53,7 @@ # cc -> relentless (don't use port objects) # the_repetitive/Main Room/CC # cc <-> the shop (keyholder door only needed one way) +# the_sturdy/S2 Area/RAINBOW connections { from { port { @@ -1073,3 +1072,35 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_colorful" + room: "Cyan Hallway" + name: "STURDY" + } + } + to { + port { + map: "the_sturdy" + room: "Main Area" + name: "COLORFUL" + } + } +} +connections { + from { + port { + map: "the_owl" + room: "Magenta Hallway" + name: "STURDY" + } + } + to { + port { + map: "the_sturdy" + room: "Main Area" + name: "OWL" + } + } +} -- cgit 1.4.1