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_entry/doors.txtpb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/maps/the_entry/doors.txtpb') 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 { doors { name: "Least Blue Last Panels" type: EVENT - move_paintings { room: "Starting Room" name: "OWL" } + #move_paintings { room: "Starting Room" name: "OWL" } + #receivers: "Components/Paintings/owl/visibilityListener" panels { room: "Least Blue Last" name: "CAPABLE (1)" } panels { room: "Least Blue Last" name: "CAPABLE (2)" } panels { room: "Least Blue Last" name: "LUSTRE" } @@ -301,7 +302,8 @@ doors { doors { name: "Red Room Painting" type: STANDARD - move_paintings { room: "Right Eye" name: "PSYCHIC" } + #move_paintings { room: "Right Eye" name: "PSYCHIC" } + receivers: "Components/Paintings/psychic/teleportListener" panels { room: "Right Eye" name: "FAINT" } location_room: "Right Eye" } -- cgit 1.4.1