From e99f7bf302b528242a99b500f6c5b2423daaefd6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 15:12:15 -0400 Subject: Added the_plaza --- data/connections.txtpb | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 9414234..5e67500 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -9,7 +9,6 @@ # the_bearer/Back Area/TREE # the_bearer/Entry/UNYIELDING # the_bearer/Back Area/DAEDALUS -# the_between/Main Area/PLAZA # the_between/Control Center Side/CC # the_colorful/Cyan Hallway/STURDY # the_digital/Main Area/UNYIELDING @@ -44,7 +43,6 @@ # the_hive/Main Area/DAED1 # the_hive/Main Area/DAED2 # the_hive/Main Area/DAED3 -# the_impressive/Green Eye/PLAZA # the_liberated/Painting Room/PYRAMID # the_literate/Painting Room/PYRAMID # the_nuanced/Main Room/UNYIELDING @@ -52,6 +50,10 @@ # the_parthenon/Main Area/REVITALIZED # the_partial/Control Center Entrance/CC # the_perceptive/Main Area/CC +# the_plaza/Main Area/UNYIELDING +# the_plaza/Repetitive Entrance/REPETITIVE +# the_plaza/Symbolic Entrance/SYMBOLIC +# the_plaza/Sirenic Entrance/SIRENIC connections { from { port { @@ -909,3 +911,35 @@ connections { } } } +connections { + from { + port { + map: "the_between" + room: "Main Area" + name: "PLAZA" + } + } + to { + port { + map: "the_plaza" + room: "Main Area" + name: "BETWEEN" + } + } +} +connections { + from { + port { + map: "the_impressive" + room: "Green Eye" + name: "PLAZA" + } + } + to { + port { + map: "the_plaza" + room: "Main Area" + name: "IMPRESSIVE" + } + } +} -- cgit 1.4.1