From 6f1b8fe85822080284fbad4e0ab0e6c2adaf7157 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 18 Aug 2025 19:18:55 -0400 Subject: Added the_revitalized --- data/connections.txtpb | 51 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index ac14ceb..b0eb7e3 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -1,7 +1,6 @@ # TODO # the_entry/Starting Room/HI/thewords # the_entry/Lime Room/DAEDALUS -# the_entry/Lime Room/REVITALIZED # the_entry/Shop Entrance/SHOP # the_entry/Link Area/PYRAMID # the_entry/Daedalus Entrance/DAEDALUS @@ -49,7 +48,6 @@ # the_literate/Painting Room/PYRAMID # the_nuanced/Main Room/UNYIELDING # the_owl/Magenta Hallway/STURDY -# the_parthenon/Main Area/REVITALIZED # the_partial/Control Center Entrance/CC # the_perceptive/Main Area/CC # the_plaza/Main Area/UNYIELDING @@ -979,3 +977,52 @@ connections { } } } +connections { + from { + port { + map: "the_entry" + room: "Lime Room" + name: "REVITALIZED" + } + } + to { + port { + map: "the_revitalized" + room: "Bye Room" + name: "PARTHENON" + } + } + oneway: true +} +connections { + from { + port { + map: "the_parthenon" + room: "Main Area" + name: "REVITALIZED" + } + } + to { + port { + map: "the_revitalized" + room: "Bye Room" + name: "PARTHENON" + } + } +} +connections { + from { + panel { + map: "the_revitalized" + room: "Return Room" + name: "RETURN" + } + } + to { + room { + map: "the_entry" + name: "Starting Room" + } + } + oneway: true +} -- cgit 1.4.1