From 424a17386108abc7e29579137c640635ae79b2c7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 11 Aug 2025 00:03:34 -0400 Subject: Added the_darkroom --- data/connections.txtpb | 69 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 2 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 7cbca9a..fb1c794 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -16,8 +16,7 @@ # butterfly -> gallery # the_colorful/White Room/GREAT # the_colorful/Cyan Hallway/STURDY -# the_colorful/Cyan Hallway/DARKROOM -# the_congruent/Main Area/DARKROOM +# the_darkroom/First Room/DOUBLESIDED connections { from { panel { @@ -131,6 +130,40 @@ connections { } } } +connections { + from { + port { + map: "the_darkroom" + room: "Second Room" + name: "ENTRY" + } + } + to { + port { + map: "the_entry" + room: "Least Blue Last" + name: "DARKROOM" + } + } + oneway: true +} +connections { + from { + port { + map: "the_darkroom" + room: "Third Room" + name: "ENTRY" + } + } + to { + port { + map: "the_entry" + room: "Least Blue Last" + name: "DARKROOM" + } + } + oneway: true +} connections { from { port { @@ -212,3 +245,35 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_colorful" + room: "Cyan Hallway" + name: "DARKROOM" + } + } + to { + port { + map: "the_darkroom" + room: "First Room" + name: "COLORFUL" + } + } +} +connections { + from { + port { + map: "the_congruent" + room: "Main Area" + name: "DARKROOM" + } + } + to { + port { + map: "the_darkroom" + room: "Second Room" + name: "CONGRUENT" + } + } +} -- cgit 1.4.1