From e441ec71f34a4bb432e1f676d3bff865b43a2a8e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 11 Aug 2025 11:47:01 -0400 Subject: Added the_double_sided --- data/connections.txtpb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 15835bf..ab2eddc 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -16,7 +16,6 @@ # butterfly -> gallery # 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 { @@ -329,3 +328,19 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_darkroom" + room: "First Room" + name: "DOUBLESIDED" + } + } + to { + port { + map: "the_double_sided" + room: "Start" + name: "DARKROOM" + } + } +} -- cgit 1.4.1