diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-13 11:14:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-13 11:14:29 -0400 |
commit | c909a4f022d252dc0da6b30c64e76cdfe9537460 (patch) | |
tree | 7963029e79581dec2d6ee48b68ccc106908b7cf9 /data/maps/the_repetitive/rooms | |
parent | e2f1312753a8c7d60a3fd0ee1ff0123a58109a4d (diff) | |
download | lingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.tar.gz lingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.tar.bz2 lingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.zip |
[Data] Added the hidden EYE panel in the anti collectable room
Diffstat (limited to 'data/maps/the_repetitive/rooms')
-rw-r--r-- | data/maps/the_repetitive/rooms/Anti Room.txtpb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/maps/the_repetitive/rooms/Anti Room.txtpb b/data/maps/the_repetitive/rooms/Anti Room.txtpb index 11e1468..65a99ff 100644 --- a/data/maps/the_repetitive/rooms/Anti Room.txtpb +++ b/data/maps/the_repetitive/rooms/Anti Room.txtpb | |||
@@ -37,9 +37,17 @@ panels { | |||
37 | symbols: EXAMPLE | 37 | symbols: EXAMPLE |
38 | } | 38 | } |
39 | panels { | 39 | panels { |
40 | name: "EYE" | 40 | name: "EYE (1)" |
41 | path: "Panels/Entry/panel4" | 41 | path: "Panels/Entry/panel4" |
42 | clue: "eye" | 42 | clue: "eye" |
43 | answer: "iris" | 43 | answer: "iris" |
44 | symbols: BOXES | 44 | symbols: BOXES |
45 | } | 45 | } |
46 | panels { | ||
47 | # This appears after grabbing the anti-collectable. | ||
48 | name: "EYE (2)" | ||
49 | path: "Components/Doors/Door3/Hinge/panel_i" | ||
50 | clue: "eye" | ||
51 | answer: "i" | ||
52 | symbols: ZERO | ||
53 | } | ||