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/rooms/Flipped Pyramid Area.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/rooms/Flipped Pyramid Area.txtpb')
-rw-r--r-- | data/maps/the_entry/rooms/Flipped Pyramid Area.txtpb | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/data/maps/the_entry/rooms/Flipped Pyramid Area.txtpb b/data/maps/the_entry/rooms/Flipped Pyramid Area.txtpb index c0be783..30e737f 100644 --- a/data/maps/the_entry/rooms/Flipped Pyramid Area.txtpb +++ b/data/maps/the_entry/rooms/Flipped Pyramid Area.txtpb | |||
@@ -1,16 +1,6 @@ | |||
1 | name: "Flipped Pyramid Area" | 1 | name: "Flipped Pyramid Area" |
2 | panel_display_name: "Pyramid Area" | 2 | panel_display_name: "Pyramid Area" |
3 | panels { | 3 | # The fact that the doors here cover up the panels once they open is a problem |
4 | name: "TURN (1)" | 4 | # since you're not guaranteed to have access to the lower area if painting |
5 | path: "Panels/Entry/l_opener_3" | 5 | # shuffle is a thing. So we need to edit these doors so that they don't cover up |
6 | clue: "turn" | 6 | # the panels. |
7 | answer: "flip" | ||
8 | symbols: SUN | ||
9 | } | ||
10 | panels { | ||
11 | name: "TURN (2)" | ||
12 | path: "Panels/Entry/l_opener_4" | ||
13 | clue: "turn" | ||
14 | answer: "spin" | ||
15 | symbols: SUN | ||
16 | } \ No newline at end of file | ||