From 51c4886f15e7e10cdee2d5b2f92510c700f0c537 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 28 Aug 2025 17:15:09 -0400 Subject: [Data] Replace move_paintings with receivers Also fixed castle stairs. --- data/maps/the_owl/doors.txtpb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/maps/the_owl/doors.txtpb') 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 { doors { name: "Owl Painting" type: EVENT - move_paintings { room: "Connected Area" name: "OWL" } + #move_paintings { room: "Connected Area" name: "OWL" } + #receivers: "Components/Paintings/owl/teleportListener" doors { name: "Orange Owl" } doors { name: "Black Owl" } doors { name: "Blue Owl" } -- cgit 1.4.1