summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-19 20:48:39 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-19 20:48:39 -0400
commita08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53 (patch)
tree832fc81ac8273b969840a179bfcbcb77229a2676 /data/connections.txtpb
parent724f8092c4808cdad47316e00949c04ee797acb5 (diff)
downloadlingo2-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.txtpb17
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}
1044connections {
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}