From e45e8e912badb91699c60c685983ec809d49017c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 17:16:44 -0400 Subject: Added the_impressive --- data/connections.txtpb | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index fe5086e..dfa2906 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -6,7 +6,6 @@ # the_entry/Eye Room/LIONIZED # the_entry/Parthenon Return/PARTHENON # the_entry/Link Area/PYRAMID -# four_rooms/Intensify Room/IMPRESSIVE # four_rooms/Time Room/OWL # four_rooms/Examples Room/DAEDALUS # control center -> the_ancient @@ -25,7 +24,6 @@ # 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/IMPRESSIVE # the_great/West Side/CC # the_great/Jubilant Entrance/JUBILANT # the_great/Back Area/UNKEMPT @@ -39,6 +37,7 @@ # the_hive/Main Area/DAED1 # the_hive/Main Area/DAED2 # the_hive/Main Area/DAED3 +# the_impressive/Green Eye/PLAZA connections { from { panel { @@ -556,3 +555,35 @@ connections { } } } +connections { + from { + port { + map: "the_great" + room: "West Side" + name: "IMPRESSIVE" + } + } + to { + port { + map: "the_impressive" + room: "Lobby" + name: "GREAT" + } + } +} +connections { + from { + port { + map: "the_impressive" + room: "Side Area" + name: "FOURROOMS" + } + } + to { + port { + map: "four_rooms" + room: "Intensify Room" + name: "IMPRESSIVE" + } + } +} -- cgit 1.4.1