From 511d813113b6e7986aff665603ca0196799e232d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 18 Aug 2025 22:04:08 -0400 Subject: Added the_shop --- 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 b0eb7e3..ff55e94 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -1,7 +1,6 @@ # TODO # the_entry/Starting Room/HI/thewords # the_entry/Lime Room/DAEDALUS -# the_entry/Shop Entrance/SHOP # the_entry/Link Area/PYRAMID # the_entry/Daedalus Entrance/DAEDALUS # the_entry/Composite Room Entrance/COMPOSITE @@ -56,6 +55,7 @@ # the_quiet/Main Area/DAEDALUS # cc -> relentless (don't use port objects) # the_repetitive/Main Room/CC +# cc <-> the shop (keyholder door only needed one way) connections { from { port { @@ -1026,3 +1026,19 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_entry" + room: "Shop Entrance" + name: "SHOP" + } + } + to { + port { + map: "the_shop" + room: "Main Area" + name: "ENTRY" + } + } +} -- cgit 1.4.1