diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 18:53:50 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 18:53:50 -0400 |
commit | 18e64c9102f526b04c44623aa39c9b3cb6dee1ff (patch) | |
tree | 39b856ae472a1b9033a9122e63be28bddd55bea2 /data | |
parent | 4ae885f392261b939e6f21b47d545f609c6e1965 (diff) | |
download | lingo2-archipelago-18e64c9102f526b04c44623aa39c9b3cb6dee1ff.tar.gz lingo2-archipelago-18e64c9102f526b04c44623aa39c9b3cb6dee1ff.tar.bz2 lingo2-archipelago-18e64c9102f526b04c44623aa39c9b3cb6dee1ff.zip |
Letter requirements in apworld
Also fixed or logic so everything actually works now.
Diffstat (limited to 'data')
-rw-r--r-- | data/connections.txtpb | 16 |
1 files changed, 16 insertions, 0 deletions
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 { | |||
2388 | } | 2388 | } |
2389 | oneway: true | 2389 | oneway: true |
2390 | } | 2390 | } |
2391 | connections { | ||
2392 | from { | ||
2393 | port { | ||
2394 | map: "the_entry" | ||
2395 | room: "X Area" | ||
2396 | name: "CC" | ||
2397 | } | ||
2398 | } | ||
2399 | to { | ||
2400 | port { | ||
2401 | map: "control_center" | ||
2402 | room: "Entry Entrance" | ||
2403 | name: "ENTRY" | ||
2404 | } | ||
2405 | } | ||
2406 | } | ||