diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-19 20:48:39 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-19 20:48:39 -0400 |
commit | a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53 (patch) | |
tree | 832fc81ac8273b969840a179bfcbcb77229a2676 /data/connections.txtpb | |
parent | 724f8092c4808cdad47316e00949c04ee797acb5 (diff) | |
download | lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.tar.gz lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.tar.bz2 lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.zip |
Added the_sirenic
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index ff55e94..8f4b8e6 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -51,7 +51,6 @@ | |||
51 | # the_perceptive/Main Area/CC | 51 | # the_perceptive/Main Area/CC |
52 | # the_plaza/Main Area/UNYIELDING | 52 | # the_plaza/Main Area/UNYIELDING |
53 | # the_plaza/Symbolic Entrance/SYMBOLIC | 53 | # the_plaza/Symbolic Entrance/SYMBOLIC |
54 | # the_plaza/Sirenic Entrance/SIRENIC | ||
55 | # the_quiet/Main Area/DAEDALUS | 54 | # the_quiet/Main Area/DAEDALUS |
56 | # cc -> relentless (don't use port objects) | 55 | # cc -> relentless (don't use port objects) |
57 | # the_repetitive/Main Room/CC | 56 | # the_repetitive/Main Room/CC |
@@ -1042,3 +1041,19 @@ connections { | |||
1042 | } | 1041 | } |
1043 | } | 1042 | } |
1044 | } | 1043 | } |
1044 | connections { | ||
1045 | from { | ||
1046 | port { | ||
1047 | map: "the_plaza" | ||
1048 | room: "Sirenic Entrance" | ||
1049 | name: "SIRENIC" | ||
1050 | } | ||
1051 | } | ||
1052 | to { | ||
1053 | port { | ||
1054 | map: "the_sirenic" | ||
1055 | room: "Start" | ||
1056 | name: "PLAZA" | ||
1057 | } | ||
1058 | } | ||
1059 | } | ||