From d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 00:05:27 -0400 Subject: Added the_three_doors --- 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 042f90a..c5ed39c 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -13,7 +13,6 @@ # the_gallery/Main Area/WONDROUS # the_great/West Side/CC # the_great/Back Area/UNKEMPT -# the_great/Back Area/THREEDOORS # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) # the_great/Back Area/TREE # the_hinterlands/Main Area/LEFT @@ -1714,3 +1713,19 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_great" + room: "Back Area" + name: "THREEDOORS" + } + } + to { + port { + map: "the_three_doors" + room: "First Second Room" + name: "GREAT" + } + } +} -- cgit 1.4.1