summary refs log tree commit diff stats
path: root/data/maps/the_owl
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_owl
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_owl')
-rw-r--r--data/maps/the_owl/doors.txtpb3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/the_owl/doors.txtpb b/data/maps/the_owl/doors.txtpb index 2c7f449..28af5d0 100644 --- a/data/maps/the_owl/doors.txtpb +++ b/data/maps/the_owl/doors.txtpb
@@ -242,7 +242,8 @@ doors {
242doors { 242doors {
243 name: "Owl Painting" 243 name: "Owl Painting"
244 type: EVENT 244 type: EVENT
245 move_paintings { room: "Connected Area" name: "OWL" } 245 #move_paintings { room: "Connected Area" name: "OWL" }
246 #receivers: "Components/Paintings/owl/teleportListener"
246 doors { name: "Orange Owl" } 247 doors { name: "Orange Owl" }
247 doors { name: "Black Owl" } 248 doors { name: "Black Owl" }
248 doors { name: "Blue Owl" } 249 doors { name: "Blue Owl" }