summary refs log tree commit diff stats
path: root/data/maps/the_entry/doors.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-28 17:15:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-28 17:15:09 -0400
commit51c4886f15e7e10cdee2d5b2f92510c700f0c537 (patch)
tree7d267cbc5e0f4632878045f554b3a3f13e5d83eb /data/maps/the_entry/doors.txtpb
parent5a2d1f6f2462636d8389adb46ba3ff237ffe32c7 (diff)
downloadlingo2-archipelago-51c4886f15e7e10cdee2d5b2f92510c700f0c537.tar.gz
lingo2-archipelago-51c4886f15e7e10cdee2d5b2f92510c700f0c537.tar.bz2
lingo2-archipelago-51c4886f15e7e10cdee2d5b2f92510c700f0c537.zip
[Data] Replace move_paintings with receivers
Also fixed castle stairs.
Diffstat (limited to 'data/maps/the_entry/doors.txtpb')
-rw-r--r--data/maps/the_entry/doors.txtpb6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 917edc7..374aff1 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb
@@ -287,7 +287,8 @@ doors {
287doors { 287doors {
288 name: "Least Blue Last Panels" 288 name: "Least Blue Last Panels"
289 type: EVENT 289 type: EVENT
290 move_paintings { room: "Starting Room" name: "OWL" } 290 #move_paintings { room: "Starting Room" name: "OWL" }
291 #receivers: "Components/Paintings/owl/visibilityListener"
291 panels { room: "Least Blue Last" name: "CAPABLE (1)" } 292 panels { room: "Least Blue Last" name: "CAPABLE (1)" }
292 panels { room: "Least Blue Last" name: "CAPABLE (2)" } 293 panels { room: "Least Blue Last" name: "CAPABLE (2)" }
293 panels { room: "Least Blue Last" name: "LUSTRE" } 294 panels { room: "Least Blue Last" name: "LUSTRE" }
@@ -301,7 +302,8 @@ doors {
301doors { 302doors {
302 name: "Red Room Painting" 303 name: "Red Room Painting"
303 type: STANDARD 304 type: STANDARD
304 move_paintings { room: "Right Eye" name: "PSYCHIC" } 305 #move_paintings { room: "Right Eye" name: "PSYCHIC" }
306 receivers: "Components/Paintings/psychic/teleportListener"
305 panels { room: "Right Eye" name: "FAINT" } 307 panels { room: "Right Eye" name: "FAINT" }
306 location_room: "Right Eye" 308 location_room: "Right Eye"
307} 309}