diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 21:58:31 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 21:58:31 -0400 |
commit | c75db26e333f9d9863743e29166b6384f7270f44 (patch) | |
tree | 106ca9385cb7ba24d3a639b9b9faa5f47c6b880f /data/connections.txtpb | |
parent | 176175871f2074a83c49a1ed60e96cf7e9b9de8d (diff) | |
download | lingo2-archipelago-c75db26e333f9d9863743e29166b6384f7270f44.tar.gz lingo2-archipelago-c75db26e333f9d9863743e29166b6384f7270f44.tar.bz2 lingo2-archipelago-c75db26e333f9d9863743e29166b6384f7270f44.zip |
Added the_literate
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index c98ee0a..58f456e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -6,7 +6,6 @@ | |||
6 | # the_entry/Right Eye/PSYCHIC | 6 | # the_entry/Right Eye/PSYCHIC |
7 | # the_entry/Parthenon Return/PARTHENON | 7 | # the_entry/Parthenon Return/PARTHENON |
8 | # the_entry/Link Area/PYRAMID | 8 | # the_entry/Link Area/PYRAMID |
9 | # the_entry/Link Area/BROWN | ||
10 | # four_rooms/Time Room/OWL | 9 | # four_rooms/Time Room/OWL |
11 | # four_rooms/Examples Room/DAEDALUS | 10 | # four_rooms/Examples Room/DAEDALUS |
12 | # control center -> the_ancient | 11 | # control center -> the_ancient |
@@ -36,6 +35,7 @@ | |||
36 | # the_hive/Main Area/DAED3 | 35 | # the_hive/Main Area/DAED3 |
37 | # the_impressive/Green Eye/PLAZA | 36 | # the_impressive/Green Eye/PLAZA |
38 | # the_liberated/Painting Room/PYRAMID | 37 | # the_liberated/Painting Room/PYRAMID |
38 | # the_literate/Painting Room/PYRAMID | ||
39 | connections { | 39 | connections { |
40 | from { | 40 | from { |
41 | port { | 41 | port { |
@@ -698,3 +698,19 @@ connections { | |||
698 | } | 698 | } |
699 | } | 699 | } |
700 | } | 700 | } |
701 | connections { | ||
702 | from { | ||
703 | port { | ||
704 | map: "the_entry" | ||
705 | room: "Link Area" | ||
706 | name: "BROWN" | ||
707 | } | ||
708 | } | ||
709 | to { | ||
710 | port { | ||
711 | map: "the_literate" | ||
712 | room: "Puzzle Room" | ||
713 | name: "ENTRY" | ||
714 | } | ||
715 | } | ||
716 | } | ||