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_congruent/doors.txtpb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'data/maps/the_congruent/doors.txtpb') diff --git a/data/maps/the_congruent/doors.txtpb b/data/maps/the_congruent/doors.txtpb index a714eba..fab8d95 100644 --- a/data/maps/the_congruent/doors.txtpb +++ b/data/maps/the_congruent/doors.txtpb @@ -1,11 +1,21 @@ doors { name: "Obverse Magenta Door" - type: STANDARD + type: ITEM_ONLY + legacy_location: true receivers: "Components/Doors/magenta_enterer2" panels { room: "Main Area" name: "LAKE" } panels { room: "Main Area" name: "DIE" } location_room: "Main Area" } +doors { + name: "Main Area Puzzles" + type: LOCATION_ONLY + panels { room: "Main Area" name: "LAKE" } + panels { room: "Main Area" name: "DIE" } + panels { room: "Main Area" name: "LIGHT" } + location_room: "Main Area" + location_name: "DIE, LAKE, LIGHT" +} doors { name: "Flipped Magenta Door" type: STANDARD -- cgit 1.4.1