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_impressive/doors.txtpb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'data/maps/the_impressive/doors.txtpb') diff --git a/data/maps/the_impressive/doors.txtpb b/data/maps/the_impressive/doors.txtpb index 03ec9f5..9ab6845 100644 --- a/data/maps/the_impressive/doors.txtpb +++ b/data/maps/the_impressive/doors.txtpb @@ -29,6 +29,15 @@ doors { panels { room: "Green Eye" name: "RETURN" } panels { room: "Green Eye" name: "LEFT" } } +doors { + name: "Green Eye Panels" + type: LOCATION_ONLY + panels { room: "Green Eye" name: "RETURN" } + panels { room: "Green Eye" name: "TO" } + panels { room: "Green Eye" name: "LEFT" } + location_room: "Green Eye" + location_name: "RETURN, TO, LEFT" +} doors { name: "Control Center Green Door" type: CONTROL_CENTER_COLOR @@ -36,3 +45,10 @@ doors { receivers: "Components/Doors/entry_2" control_center_color: "green" } +doors { + name: "Control Center Green Panel" + type: LOCATION_ONLY + panels { room: "Side Area" name: "COLOR" } + location_room: "Side Area" + location_name: "COLOR" +} -- cgit 1.4.1