From 896c9d7ab0e1ae7491e5ba6875e82d7e6fa841ca Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 16:37:53 -0400 Subject: Added the_hive --- data/connections.txtpb | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index caebc9c..fe5086e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -28,7 +28,6 @@ # the_great/West Side/IMPRESSIVE # the_great/West Side/CC # the_great/Jubilant Entrance/JUBILANT -# the_great/Hive Entrance/HIVE # 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) @@ -37,6 +36,9 @@ # the_great/North Landscape/INVISIBLE (keep in mind the door only blocks one direction of this) # the_hinterlands/Main Area/LEFT # the_hinterlands/Main Area/RIGHT +# the_hive/Main Area/DAED1 +# the_hive/Main Area/DAED2 +# the_hive/Main Area/DAED3 connections { from { panel { @@ -538,3 +540,19 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_hive" + room: "Main Area" + name: "GREAT" + } + } + to { + port { + map: "the_great" + room: "Hive Entrance" + name: "HIVE" + } + } +} -- cgit 1.4.1