diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 17:59:12 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 17:59:12 -0400 |
commit | 176175871f2074a83c49a1ed60e96cf7e9b9de8d (patch) | |
tree | b2f08a0bede9bdd6d047571888acc0dd77f6f07b /data/connections.txtpb | |
parent | 27724f813befb37f8767bdc084a2bf9c580701d7 (diff) | |
download | lingo2-archipelago-176175871f2074a83c49a1ed60e96cf7e9b9de8d.tar.gz lingo2-archipelago-176175871f2074a83c49a1ed60e96cf7e9b9de8d.tar.bz2 lingo2-archipelago-176175871f2074a83c49a1ed60e96cf7e9b9de8d.zip |
Added the_lionized
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 9d72467..c98ee0a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -4,7 +4,6 @@ | |||
4 | # the_entry/Lime Room/REVITALIZED | 4 | # the_entry/Lime Room/REVITALIZED |
5 | # the_entry/Shop Entrance/SHOP | 5 | # the_entry/Shop Entrance/SHOP |
6 | # the_entry/Right Eye/PSYCHIC | 6 | # the_entry/Right Eye/PSYCHIC |
7 | # the_entry/Eye Room/LIONIZED | ||
8 | # the_entry/Parthenon Return/PARTHENON | 7 | # the_entry/Parthenon Return/PARTHENON |
9 | # the_entry/Link Area/PYRAMID | 8 | # the_entry/Link Area/PYRAMID |
10 | # the_entry/Link Area/BROWN | 9 | # the_entry/Link Area/BROWN |
@@ -683,3 +682,19 @@ connections { | |||
683 | } | 682 | } |
684 | } | 683 | } |
685 | } | 684 | } |
685 | connections { | ||
686 | from { | ||
687 | port { | ||
688 | map: "the_entry" | ||
689 | room: "Eye Room" | ||
690 | name: "LIONIZED" | ||
691 | } | ||
692 | } | ||
693 | to { | ||
694 | port { | ||
695 | map: "the_lionized" | ||
696 | room: "Puzzle Room" | ||
697 | name: "ENTRY" | ||
698 | } | ||
699 | } | ||
700 | } | ||