From b58e1154edb450ebeb7cef97384ef6f3c579b326 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 15 Aug 2025 13:44:24 -0400 Subject: Added the_linear --- 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 fc67cd8..3cfbe6a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -21,7 +21,6 @@ # the_digital/Tree Area/TREE # the_great/Purple Room/DAEDALUS # the_great/Main Area/ORB -# the_great/Main Area/LINEAR # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) # the_great/West Side/PARTIAL # the_great/West Side/CC @@ -684,3 +683,19 @@ connections { } } } +connections { + from { + port { + map: "the_great" + room: "Main Area" + name: "LINEAR" + } + } + to { + port { + map: "the_linear" + room: "Room" + name: "GREAT" + } + } +} -- cgit 1.4.1