From 3cd16688ea2f467a16473b6b3c4cbb61e0819a1f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 09:10:54 -0400 Subject: Added the_orb --- data/connections.txtpb | 51 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 054dae7..e3a0ed6 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -18,7 +18,6 @@ # the_digital/Main Area/UNYIELDING # the_digital/Tree Area/TREE # the_great/Purple Room/DAEDALUS -# the_great/Main Area/ORB # 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 @@ -730,3 +729,53 @@ connections { } } } +connections { + from { + port { + map: "the_great" + room: "Main Area" + name: "ORB" + } + } + to { + port { + map: "the_orb" + room: "Main Area" + name: "GREAT" + } + } +} +connections { + from { + port { + map: "the_orb" + room: "B Room" + name: "MID" + } + } + to { + port { + map: "the_great" + room: "Main Area" + name: "ORB" + } + } + oneway: true +} +connections { + from { + port { + map: "the_orb" + room: "B Room" + name: "FINAL" + } + } + to { + port { + map: "the_great" + room: "Main Area" + name: "ORB" + } + } + oneway: true +} -- cgit 1.4.1