diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-15 06:09:00 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-15 06:09:00 -0400 |
commit | bb6fcf56ccda83ccb3c1643c89653a5ae0f34416 (patch) | |
tree | 02238072432a3cce34144d4fff04fdef84d6e993 /data/connections.txtpb | |
parent | b41280f1ee1aadceff3768e6dc29dde3e6a74788 (diff) | |
download | lingo2-archipelago-bb6fcf56ccda83ccb3c1643c89653a5ae0f34416.tar.gz lingo2-archipelago-bb6fcf56ccda83ccb3c1643c89653a5ae0f34416.tar.bz2 lingo2-archipelago-bb6fcf56ccda83ccb3c1643c89653a5ae0f34416.zip |
Added the_keen
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 2e0e9ab..7f153d5 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -19,7 +19,6 @@ | |||
19 | # the_digital/Main Area/UNYIELDING | 19 | # the_digital/Main Area/UNYIELDING |
20 | # the_digital/Tree Area/TREE | 20 | # the_digital/Tree Area/TREE |
21 | # the_great/Purple Room/DAEDALUS | 21 | # the_great/Purple Room/DAEDALUS |
22 | # the_great/Main Area/KEEN | ||
23 | # the_great/Main Area/ORB | 22 | # the_great/Main Area/ORB |
24 | # the_great/Main Area/LINEAR | 23 | # 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) |
@@ -651,3 +650,19 @@ connections { | |||
651 | } | 650 | } |
652 | } | 651 | } |
653 | } | 652 | } |
653 | connections { | ||
654 | from { | ||
655 | port { | ||
656 | map: "the_great" | ||
657 | room: "Main Area" | ||
658 | name: "KEEN" | ||
659 | } | ||
660 | } | ||
661 | to { | ||
662 | port { | ||
663 | map: "the_keen" | ||
664 | room: "Main Area" | ||
665 | name: "GREAT" | ||
666 | } | ||
667 | } | ||
668 | } | ||