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_great/doors.txtpb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/maps/the_great/doors.txtpb') diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index 463eaba..be7cd00 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb @@ -98,7 +98,8 @@ doors { doors { name: "Savory Painting" type: STANDARD - move_paintings { room: "West Side" name: "EXTRAVAGANT" } + #move_paintings { room: "West Side" name: "EXTRAVAGANT" } + receivers: "Components/Paintings/unless/teleportListener" panels { room: "West Side" name: "SAVORY" } panels { room: "West Side" name: "FLAVORS" } location_room: "West Side" -- cgit 1.4.1