From 8cf8fc4b7926ddc579896552b91831dd3e860dfe Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 11 Aug 2025 10:03:07 -0400 Subject: Added the_digital --- data/connections.txtpb | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index fb1c794..15835bf 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -17,6 +17,8 @@ # the_colorful/White Room/GREAT # the_colorful/Cyan Hallway/STURDY # the_darkroom/First Room/DOUBLESIDED +# the_digital/Main Area/UNYIELDING +# the_digital/Tree Area/TREE connections { from { panel { @@ -277,3 +279,53 @@ connections { } } } +connections { + from { + port { + map: "the_digital" + room: "Main Area" + name: "ENTRY3" + } + } + to { + port { + map: "the_entry" + room: "Starting Room" + name: "DIGITAL" + } + } +} +connections { + from { + port { + map: "the_digital" + room: "Main Area" + name: "ENTRY2" + } + } + to { + port { + map: "the_entry" + room: "Starting Room" + name: "DIGITAL" + } + } + oneway: true +} +connections { + from { + port { + map: "the_digital" + room: "Main Area" + name: "ENTRY1" + } + } + to { + port { + map: "the_entry" + room: "Starting Room" + name: "DIGITAL" + } + } + oneway: true +} -- cgit 1.4.1