summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-15 13:44:24 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-15 13:44:24 -0400
commitb58e1154edb450ebeb7cef97384ef6f3c579b326 (patch)
treeab50ebe580876683df32e0c4ea573ba58d2b9467 /data/connections.txtpb
parent92ecbb7dd395600a1a88436d7b1ee0f6fbf5dd2f (diff)
downloadlingo2-archipelago-b58e1154edb450ebeb7cef97384ef6f3c579b326.tar.gz
lingo2-archipelago-b58e1154edb450ebeb7cef97384ef6f3c579b326.tar.bz2
lingo2-archipelago-b58e1154edb450ebeb7cef97384ef6f3c579b326.zip
Added the_linear
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 fc67cd8..3cfbe6a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -21,7 +21,6 @@
21# the_digital/Tree Area/TREE 21# the_digital/Tree Area/TREE
22# the_great/Purple Room/DAEDALUS 22# the_great/Purple Room/DAEDALUS
23# the_great/Main Area/ORB 23# the_great/Main Area/ORB
24# the_great/Main Area/LINEAR
25# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) 24# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this)
26# the_great/West Side/PARTIAL 25# the_great/West Side/PARTIAL
27# the_great/West Side/CC 26# the_great/West Side/CC
@@ -684,3 +683,19 @@ connections {
684 } 683 }
685 } 684 }
686} 685}
686connections {
687 from {
688 port {
689 map: "the_great"
690 room: "Main Area"
691 name: "LINEAR"
692 }
693 }
694 to {
695 port {
696 map: "the_linear"
697 room: "Room"
698 name: "GREAT"
699 }
700 }
701}