From 7f4eddaa7faf72b3eeee5c15eeaaeede7e1257c4 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 12:30:45 -0400 Subject: Added the_parthenon --- 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 07bc156..0522355 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -4,7 +4,6 @@ # the_entry/Lime Room/REVITALIZED # the_entry/Shop Entrance/SHOP # the_entry/Right Eye/PSYCHIC -# the_entry/Parthenon Return/PARTHENON # the_entry/Link Area/PYRAMID # four_rooms/Examples Room/DAEDALUS # control center -> the_ancient @@ -26,7 +25,6 @@ # the_gallery/Main Area/WISE # the_gallery/Main Area/TREE # the_gallery/Main Area/UNYIELDING -# the_gallery/Main Area/PARTHENON # the_gallery/Main Area/CC # the_gallery/Main Area/TOWER # the_gallery/Main Area/WONDROUS @@ -53,6 +51,7 @@ # the_literate/Painting Room/PYRAMID # the_nuanced/Main Room/UNYIELDING # the_owl/Magenta Hallway/STURDY +# the_parthenon/Main Area/REVITALIZED connections { from { port { @@ -846,3 +845,35 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_entry" + room: "Parthenon Return" + name: "PARTHENON" + } + } + to { + port { + map: "the_parthenon" + room: "Main Area" + name: "ENTRY" + } + } +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "PARTHENON" + } + } + to { + port { + map: "the_parthenon" + room: "Main Area" + name: "GALLERY" + } + } +} -- cgit 1.4.1