diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 21:03:54 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 21:03:54 -0400 |
commit | b41280f1ee1aadceff3768e6dc29dde3e6a74788 (patch) | |
tree | ceefd9ef5091e12bf21ac5104ef654503d60316f /data/connections.txtpb | |
parent | 710ff94e2d29e8a2c00846ab24062517ff91da3b (diff) | |
download | lingo2-archipelago-b41280f1ee1aadceff3768e6dc29dde3e6a74788.tar.gz lingo2-archipelago-b41280f1ee1aadceff3768e6dc29dde3e6a74788.tar.bz2 lingo2-archipelago-b41280f1ee1aadceff3768e6dc29dde3e6a74788.zip |
Added the_jubilant
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 8fd519b..2e0e9ab 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -25,7 +25,6 @@ | |||
25 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) | 25 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) |
26 | # the_great/West Side/PARTIAL | 26 | # the_great/West Side/PARTIAL |
27 | # the_great/West Side/CC | 27 | # the_great/West Side/CC |
28 | # the_great/Jubilant Entrance/JUBILANT | ||
29 | # the_great/Back Area/UNKEMPT | 28 | # the_great/Back Area/UNKEMPT |
30 | # the_great/Back Area/THREEDOORS | 29 | # the_great/Back Area/THREEDOORS |
31 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) | 30 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) |
@@ -636,3 +635,19 @@ connections { | |||
636 | } | 635 | } |
637 | oneway: true | 636 | oneway: true |
638 | } | 637 | } |
638 | connections { | ||
639 | from { | ||
640 | port { | ||
641 | map: "the_great" | ||
642 | room: "Jubilant Entrance" | ||
643 | name: "JUBILANT" | ||
644 | } | ||
645 | } | ||
646 | to { | ||
647 | port { | ||
648 | map: "the_jubilant" | ||
649 | room: "Main Area" | ||
650 | name: "GREAT" | ||
651 | } | ||
652 | } | ||
653 | } | ||