From 16bb8365c3a03874d06e63ab7d80bfcd5c0087fd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 5 Oct 2025 11:28:58 -0400 Subject: Make Sun Temple -> Graveyard be in logic --- data/connections.txtpb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/connections.txtpb b/data/connections.txtpb index ae7d9fd..b261d83 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -2461,3 +2461,18 @@ connections { } oneway: true } +connections { + from { + room { + map: "the_sun_temple" + name: "Temple" + } + } + to { + room { + map: "the_graveyard" + name: "Outside" + } + } + oneway: true +} -- cgit 1.4.1