From 21013ec0d1e3953276f11bd8cce12f33d46a33ec Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 1 Nov 2025 12:18:25 -0400 Subject: (Almost) all panels are locations or connections now --- 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 e970e40..e755d0b 100644 --- a/data/maps/the_relentless/doors.txtpb +++ b/data/maps/the_relentless/doors.txtpb @@ -26,7 +26,8 @@ doors { } doors { name: "Left/Turn Door" - type: LEGACY_LOCATION + type: EVENT + legacy_location: true panels { room: "Left Room" name: "HIDE" } panels { room: "Left Room" name: "LEFT" } panels { room: "Left Room" name: "MORE" } @@ -37,7 +38,8 @@ doors { } doors { name: "Turn/Shop Door" - type: LEGACY_LOCATION + type: EVENT + legacy_location: true panels { room: "Turn Room" name: "HIDE (1)" } panels { room: "Turn Room" name: "HIDE (2)" } panels { room: "Turn Room" name: "MORE" } -- cgit 1.4.1