diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 22:08:28 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 22:08:28 -0400 |
commit | ca31f48175157ed3ba0f49a7cae582c77625e4f6 (patch) | |
tree | 5da115a37718f127b7ab91ae507cecaa249b8ec5 /data/connections.txtpb | |
parent | c75db26e333f9d9863743e29166b6384f7270f44 (diff) | |
download | lingo2-archipelago-ca31f48175157ed3ba0f49a7cae582c77625e4f6.tar.gz lingo2-archipelago-ca31f48175157ed3ba0f49a7cae582c77625e4f6.tar.bz2 lingo2-archipelago-ca31f48175157ed3ba0f49a7cae582c77625e4f6.zip |
Added the_lively
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 58f456e..1d182cd 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -14,7 +14,6 @@ | |||
14 | # the_bearer/Back Area/DAEDALUS | 14 | # the_bearer/Back Area/DAEDALUS |
15 | # the_between/Main Area/PLAZA | 15 | # the_between/Main Area/PLAZA |
16 | # the_between/Control Center Side/CC | 16 | # the_between/Control Center Side/CC |
17 | # the_between/Control Center Side/LIVELY | ||
18 | # the_colorful/Cyan Hallway/STURDY | 17 | # the_colorful/Cyan Hallway/STURDY |
19 | # the_digital/Main Area/UNYIELDING | 18 | # the_digital/Main Area/UNYIELDING |
20 | # the_digital/Tree Area/TREE | 19 | # the_digital/Tree Area/TREE |
@@ -714,3 +713,19 @@ connections { | |||
714 | } | 713 | } |
715 | } | 714 | } |
716 | } | 715 | } |
716 | connections { | ||
717 | from { | ||
718 | port { | ||
719 | map: "the_between" | ||
720 | room: "Control Center Side" | ||
721 | name: "LIVELY" | ||
722 | } | ||
723 | } | ||
724 | to { | ||
725 | port { | ||
726 | map: "the_lively" | ||
727 | room: "Puzzle Room" | ||
728 | name: "BETWEEN" | ||
729 | } | ||
730 | } | ||
731 | } | ||