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_bearer/doors.txtpb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'data/maps/the_bearer') diff --git a/data/maps/the_bearer/doors.txtpb b/data/maps/the_bearer/doors.txtpb index 1893455..acbf86a 100644 --- a/data/maps/the_bearer/doors.txtpb +++ b/data/maps/the_bearer/doors.txtpb @@ -251,3 +251,18 @@ doors { receivers: "Components/Doors/brown_2" double_letters: true } +doors { + name: "Control Center Color Panel" + type: LOCATION_ONLY + panels { room: "Back Area" name: "COLOR" } + location_room: "Back Area" + location_name: "COLOR" +} +doors { + name: "Butterfly Room Panels" + type: LOCATION_ONLY + panels { room: "Butterfly Room" name: "DARKNESS" } + panels { room: "Butterfly Room" name: "VIBRANT" } + location_room: "Butterfly Room" + location_name: "DARKNESS, VIBRANT" +} -- cgit 1.4.1