diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-22 17:52:20 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-22 17:52:20 -0400 |
commit | 139c7252dffad17f2f3345fa1aa41f673fcfea03 (patch) | |
tree | 31c70b7d69dac266c720b0f61da7e92a1c3175b3 /data/connections.txtpb | |
parent | 2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5 (diff) | |
download | lingo2-archipelago-139c7252dffad17f2f3345fa1aa41f673fcfea03.tar.gz lingo2-archipelago-139c7252dffad17f2f3345fa1aa41f673fcfea03.tar.bz2 lingo2-archipelago-139c7252dffad17f2f3345fa1aa41f673fcfea03.zip |
Added icarus
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index b261d83..fb49fe4 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -1,5 +1,3 @@ | |||
1 | # TODO | ||
2 | # daedalus/roof -> icarus | ||
3 | connections { | 1 | connections { |
4 | from { | 2 | from { |
5 | port { | 3 | port { |
@@ -2476,3 +2474,18 @@ connections { | |||
2476 | } | 2474 | } |
2477 | oneway: true | 2475 | oneway: true |
2478 | } | 2476 | } |
2477 | connections { | ||
2478 | from { | ||
2479 | room { | ||
2480 | map: "daedalus" | ||
2481 | name: "Roof" | ||
2482 | } | ||
2483 | } | ||
2484 | to { | ||
2485 | port { | ||
2486 | map: "icarus" | ||
2487 | room: "Welcome Spine (Obverse)" | ||
2488 | name: "WORLDPORT" | ||
2489 | } | ||
2490 | } | ||
2491 | } | ||