diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 00:05:27 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 00:05:27 -0400 |
commit | d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3 (patch) | |
tree | 143c1fee148ed6319d9de71d2d729d764d73bcaf /data/connections.txtpb | |
parent | 523757481b2306614806a23981721d4a64abb134 (diff) | |
download | lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.tar.gz lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.tar.bz2 lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.zip |
Added the_three_doors
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 042f90a..c5ed39c 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -13,7 +13,6 @@ | |||
13 | # the_gallery/Main Area/WONDROUS | 13 | # the_gallery/Main Area/WONDROUS |
14 | # the_great/West Side/CC | 14 | # the_great/West Side/CC |
15 | # the_great/Back Area/UNKEMPT | 15 | # the_great/Back Area/UNKEMPT |
16 | # the_great/Back Area/THREEDOORS | ||
17 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) | 16 | # the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) |
18 | # the_great/Back Area/TREE | 17 | # the_great/Back Area/TREE |
19 | # the_hinterlands/Main Area/LEFT | 18 | # the_hinterlands/Main Area/LEFT |
@@ -1714,3 +1713,19 @@ connections { | |||
1714 | } | 1713 | } |
1715 | oneway: true | 1714 | oneway: true |
1716 | } | 1715 | } |
1716 | connections { | ||
1717 | from { | ||
1718 | port { | ||
1719 | map: "the_great" | ||
1720 | room: "Back Area" | ||
1721 | name: "THREEDOORS" | ||
1722 | } | ||
1723 | } | ||
1724 | to { | ||
1725 | port { | ||
1726 | map: "the_three_doors" | ||
1727 | room: "First Second Room" | ||
1728 | name: "GREAT" | ||
1729 | } | ||
1730 | } | ||
1731 | } | ||