From f06d107a7469e172686d682a74ded0d800278339 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 26 Oct 2025 09:14:21 -0400 Subject: Added backwards compatibility with removed locations --- data/maps/the_relentless/doors.txtpb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/maps/the_relentless') diff --git a/data/maps/the_relentless/doors.txtpb b/data/maps/the_relentless/doors.txtpb index 727599f..e970e40 100644 --- a/data/maps/the_relentless/doors.txtpb +++ b/data/maps/the_relentless/doors.txtpb @@ -26,17 +26,18 @@ doors { } doors { name: "Left/Turn Door" - type: EVENT + type: LEGACY_LOCATION panels { room: "Left Room" name: "HIDE" } panels { room: "Left Room" name: "LEFT" } panels { room: "Left Room" name: "MORE" } panels { room: "Turn Room" name: "HIDE (1)" } panels { room: "Turn Room" name: "HIDE (2)" } panels { room: "Turn Room" name: "MORE" } + location_room: "Turn Room" } doors { name: "Turn/Shop Door" - type: EVENT + type: LEGACY_LOCATION panels { room: "Turn Room" name: "HIDE (1)" } panels { room: "Turn Room" name: "HIDE (2)" } panels { room: "Turn Room" name: "MORE" } @@ -45,6 +46,7 @@ doors { panels { room: "Shop Room" name: "EXIT (1)" } panels { room: "Shop Room" name: "EXIT (2)" } panels { room: "Shop Room" name: "EXIT (3)" } + location_room: "Turn Room" } doors { name: "All Doors" -- cgit 1.4.1