diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-15 13:44:24 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-15 13:44:24 -0400 |
commit | b58e1154edb450ebeb7cef97384ef6f3c579b326 (patch) | |
tree | ab50ebe580876683df32e0c4ea573ba58d2b9467 /data/connections.txtpb | |
parent | 92ecbb7dd395600a1a88436d7b1ee0f6fbf5dd2f (diff) | |
download | lingo2-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.txtpb | 17 |
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 | } |
686 | connections { | ||
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 | } | ||