From 5333430a092d4d8c42561f82c7ff6e57f8700455 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 21:08:13 -0400 Subject: Added the_words --- 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 139e8f9..2b71f7d 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -1,9 +1,7 @@ # TODO -# the_entry/Starting Room/HI/thewords # control center -> the_ancient # the_between/Control Center Side/CC # the_gallery/Main Area/CC -# the_gallery/Main Area/WORDS # the_great/West Side/CC # the_hinterlands/Main Area/LEFT # the_hinterlands/Main Area/RIGHT @@ -2059,3 +2057,52 @@ connections { } } } +connections { + from { + panel { + map: "the_entry" + room: "Starting Room" + name: "HI" + answer: "thewords" + } + } + to { + room { + map: "the_words" + name: "Main Area" + } + } + oneway: true +} +connections { + from { + port { + map: "the_words" + room: "Main Area" + name: "ENTRY" + } + } + to { + room { + map: "the_entry" + name: "Starting Room" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "WORDS" + } + } + to { + room { + map: "the_words" + name: "Main Area" + } + } + oneway: true +} -- cgit 1.4.1