diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-05 11:57:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-05 11:57:29 -0400 |
commit | 86a92ea239adf0c462009096e91e06c1c121ade2 (patch) | |
tree | 1377dccec00d535183449f7da0630386bc1a1382 /data/maps/the_entry/connections.txtpb | |
parent | 16bb8365c3a03874d06e63ab7d80bfcd5c0087fd (diff) | |
download | lingo2-archipelago-86a92ea239adf0c462009096e91e06c1c121ade2.tar.gz lingo2-archipelago-86a92ea239adf0c462009096e91e06c1c121ade2.tar.bz2 lingo2-archipelago-86a92ea239adf0c462009096e91e06c1c121ade2.zip |
Liberated/Literate entrance panels in logic looking up
Diffstat (limited to 'data/maps/the_entry/connections.txtpb')
-rw-r--r-- | data/maps/the_entry/connections.txtpb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 7ab15ff..6260665 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb | |||
@@ -64,6 +64,16 @@ connections { | |||
64 | door { name: "Flipped Pyramid Area Entrance" } | 64 | door { name: "Flipped Pyramid Area Entrance" } |
65 | } | 65 | } |
66 | connections { | 66 | connections { |
67 | from_room: "Flipped Pyramid Area" | ||
68 | to_room: "Liberated Entrance Panel" | ||
69 | oneway: true | ||
70 | } | ||
71 | connections { | ||
72 | from_room: "Flipped Pyramid Area" | ||
73 | to_room: "Literate Entrance Panel" | ||
74 | oneway: true | ||
75 | } | ||
76 | connections { | ||
67 | from_room: "Right Eye" | 77 | from_room: "Right Eye" |
68 | to_room: "Least Blue Last" | 78 | to_room: "Least Blue Last" |
69 | door { name: "Red Blue Area Left Door" } | 79 | door { name: "Red Blue Area Left Door" } |
@@ -225,3 +235,13 @@ connections { | |||
225 | to_room: "Literate Entrance" | 235 | to_room: "Literate Entrance" |
226 | door { name: "Literate Entrance" } | 236 | door { name: "Literate Entrance" } |
227 | } | 237 | } |
238 | connections { | ||
239 | from_room: "Liberated Entrance" | ||
240 | to_room: "Liberated Entrance Panel" | ||
241 | oneway: true | ||
242 | } | ||
243 | connections { | ||
244 | from_room: "Literate Entrance" | ||
245 | to_room: "Literate Entrance Panel" | ||
246 | oneway: true | ||
247 | } | ||