From d958b3415ad31bb9b94235c486a4eada3acfdecc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 15:14:48 -0400 Subject: Added the_hinterlands --- data/connections.txtpb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 6613a1b..caebc9c 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -35,6 +35,8 @@ # the_great/Back Area/TREE # the_great/Talented Entrance/TALENTED # 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 connections { from { panel { @@ -264,6 +266,23 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_digital" + room: "Gallery Maze" + name: "GALLERY" + } + } + to { + port { + map: "the_gallery" + room: "Main Area" + name: "ENTRY" + } + } + oneway: true +} connections { from { port { -- cgit 1.4.1