From 09bfcb2abbb713500f7c1f9eccdfb6a59d6289a5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 16:02:00 -0400 Subject: Added the_sun_temple --- data/connections.txtpb | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index a8ed671..923cc6e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -28,7 +28,6 @@ # the_gallery/Main Area/RAINBOW # the_gallery/Main Area/WORDS # the_gallery/Main Area/CASTLE -# the_gallery/Main Area/SUNTEMPLE # the_great/Purple Room/DAEDALUS # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) # the_great/West Side/CC @@ -54,6 +53,7 @@ # the_repetitive/Main Room/CC # cc <-> the shop (keyholder door only needed one way) # the_sturdy/S2 Area/RAINBOW +# the_sun_temple/Entrance/UNKEMPT connections { from { port { @@ -1104,3 +1104,19 @@ connections { } } } +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "SUNTEMPLE" + } + } + to { + room { + map: "the_sun_temple" + name: "Entrance" + } + } + oneway: true +} -- cgit 1.4.1