diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-31 12:35:27 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-31 12:35:27 -0400 |
commit | 8dffc0d1fb5fde81e534d6de8f9cab67483fcce3 (patch) | |
tree | 26a5ef7b6868a77a772d8329c30ba1aa5b68a7fb /data/maps/the_darkroom/doors.txtpb | |
parent | 09edc0f568705081720a30f976de0f16339f2a96 (diff) | |
download | lingo2-archipelago-8dffc0d1fb5fde81e534d6de8f9cab67483fcce3.tar.gz lingo2-archipelago-8dffc0d1fb5fde81e534d6de8f9cab67483fcce3.tar.bz2 lingo2-archipelago-8dffc0d1fb5fde81e534d6de8f9cab67483fcce3.zip |
Handled cyan doors
Diffstat (limited to 'data/maps/the_darkroom/doors.txtpb')
-rw-r--r-- | data/maps/the_darkroom/doors.txtpb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/data/maps/the_darkroom/doors.txtpb b/data/maps/the_darkroom/doors.txtpb index ba297e4..d7094ae 100644 --- a/data/maps/the_darkroom/doors.txtpb +++ b/data/maps/the_darkroom/doors.txtpb | |||
@@ -1,11 +1,10 @@ | |||
1 | # TODO: gallery painting | 1 | # TODO: gallery painting |
2 | doors { | 2 | doors { |
3 | name: "Double Letter Panel Blockers" | 3 | name: "Double Letter Panel Blockers" |
4 | type: ITEM_ONLY | 4 | type: EVENT |
5 | receivers: "Panels/Room 1/panel_3/visibilityListener" | 5 | #receivers: "Panels/Room 1/panel_3/visibilityListener" |
6 | receivers: "Panels/Room 2/panel_3/visibilityListener" | 6 | #receivers: "Panels/Room 2/panel_3/visibilityListener" |
7 | # TODO: honestly idk if this should even exist | 7 | double_letters: true |
8 | switches: "double_letters" | ||
9 | } | 8 | } |
10 | doors { | 9 | doors { |
11 | name: "Second Room Entrance" | 10 | name: "Second Room Entrance" |