From 3f9a3587628f38b576e17e74dbdc9f9cf03c063b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 19 Sep 2025 14:37:24 -0400 Subject: [Data] Eye Room -> Gallery connection --- data/connections.txtpb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'data') diff --git a/data/connections.txtpb b/data/connections.txtpb index 35e7ef8..17f71a3 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -2445,3 +2445,19 @@ connections { } } } +connections { + from { + painting { + map: "the_entry" + room: "Eye Room" + name: "GALLERY" + } + } + to { + room { + map: "the_gallery" + name: "Main Area" + } + } + oneway: true +} -- cgit 1.4.1