From 523757481b2306614806a23981721d4a64abb134 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 25 Aug 2025 23:03:04 -0400 Subject: Added the_tenacious --- data/connections.txtpb | 52 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 150d052..042f90a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -27,13 +27,11 @@ # cc <-> the shop (keyholder door only needed one way) # the_sun_temple/Entrance/UNKEMPT # the_unyielding/Central Connected Area/BACK (panel) -# daedalus/Wisdom Panel/INTELLIGENCE (panel) -# daedalus/South Castle Area/TRIANGLE # daedalus/roof -> icarus -# daedalus/Hedges Tower/TENACIOUS # daedalus/Tree Entrance/TREE # daedalus/Unkempt Entrance/UNKEMPT # daedalus/Wonderland/WONDROUS +# the_tenacious/Control Center Entrance/CC connections { from { port { @@ -1668,3 +1666,51 @@ connections { } } } +connections { + from { + panel { + map: "daedalus" + room: "Wisdom Panel" + name: "INTELLIGENCE" + } + } + to { + room { + map: "the_tenacious" + name: "Wisdom Room" + } + } + oneway: true +} +connections { + from { + painting { + map: "daedalus" + room: "South Castle Area" + name: "TRIANGLE" + } + } + to { + room { + map: "the_tenacious" + name: "Color Room" + } + } + oneway: true +} +connections { + from { + port { + map: "daedalus" + room: "Hedges Tower" + name: "TENACIOUS" + } + } + to { + room { + map: "the_tenacious" + name: "Tower Room" + } + } + oneway: true +} -- cgit 1.4.1