From 0fbaff9e15d1214192bd2b70bf4bc90d873727b6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 09:36:23 -0400 Subject: Added the_graveyard --- data/connections.txtpb | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index dc3afaf..7d79e5c 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -4,7 +4,6 @@ # four_rooms/Time Room/OWL # four_rooms/Examples Room/DAEDALUS # control center -> the_ancient -# the_ancient -> the_graveyard # the_bearer/Back Area/TREE # the_bearer/Entry/UNYIELDING # the_bearer/Back Area/DAEDALUS @@ -468,3 +467,34 @@ connections { } oneway: true } +connections { + from { + room { + map: "the_ancient" + name: "Outside" + } + } + to { + room { + map: "the_graveyard" + name: "Outside" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "GRAVEYARD" + } + } + to { + room { + map: "the_graveyard" + name: "Outside" + } + } + oneway: true +} -- cgit 1.4.1