From 3ffc27f5d40a4f12934b1353a60644db5a4a9fab Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 23 Oct 2025 00:36:35 -0400 Subject: Latch the control center color doors --- data/maps/daedalus/doors.txtpb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/maps/daedalus') diff --git a/data/maps/daedalus/doors.txtpb b/data/maps/daedalus/doors.txtpb index b6881b3..de6971e 100644 --- a/data/maps/daedalus/doors.txtpb +++ b/data/maps/daedalus/doors.txtpb @@ -866,6 +866,7 @@ doors { doors { name: "Control Center Orange Door" type: CONTROL_CENTER_COLOR + latch: true receivers: "Components/Doors/Halls/oroom_6" control_center_color: "orange" } @@ -893,12 +894,14 @@ doors { doors { name: "White Hallway From Entry" type: CONTROL_CENTER_COLOR + latch: true receivers: "Components/Doors/Halls/froom_6" control_center_color: "white" } doors { name: "Purple Hallway From Great" type: CONTROL_CENTER_COLOR + latch: true receivers: "Components/Doors/Halls/froom_7" control_center_color: "purple" } -- cgit 1.4.1