From 18e64c9102f526b04c44623aa39c9b3cb6dee1ff Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 27 Aug 2025 18:53:50 -0400 Subject: Letter requirements in apworld Also fixed or logic so everything actually works now. --- data/connections.txtpb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index c3be3f1..057d8bb 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -2388,3 +2388,19 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_entry" + room: "X Area" + name: "CC" + } + } + to { + port { + map: "control_center" + room: "Entry Entrance" + name: "ENTRY" + } + } +} -- cgit 1.4.1