From 9f3c1fe983e37441978781f25da65d41eec4ad6e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 14:00:30 -0400 Subject: Added the_partial --- 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 0522355..b0a930e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -3,7 +3,6 @@ # the_entry/Lime Room/DAEDALUS # the_entry/Lime Room/REVITALIZED # the_entry/Shop Entrance/SHOP -# the_entry/Right Eye/PSYCHIC # the_entry/Link Area/PYRAMID # four_rooms/Examples Room/DAEDALUS # control center -> the_ancient @@ -34,7 +33,6 @@ # the_gallery/Main Area/SUNTEMPLE # the_great/Purple Room/DAEDALUS # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) -# the_great/West Side/PARTIAL # the_great/West Side/CC # the_great/Back Area/UNKEMPT # the_great/Back Area/THREEDOORS @@ -52,6 +50,7 @@ # the_nuanced/Main Room/UNYIELDING # the_owl/Magenta Hallway/STURDY # the_parthenon/Main Area/REVITALIZED +# the_partial/Control Center Entrance/CC connections { from { port { @@ -877,3 +876,35 @@ connections { } } } +connections { + from { + painting { + map: "the_entry" + room: "Right Eye" + name: "PSYCHIC" + } + } + to { + room { + map: "the_partial" + name: "Obverse Side" + } + } + oneway: true +} +connections { + from { + port { + map: "the_great" + room: "West Side" + name: "PARTIAL" + } + } + to { + port { + map: "the_partial" + room: "Obverse Side" + name: "GREAT" + } + } +} -- cgit 1.4.1