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/control_center/doors.txtpb | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'data/maps/control_center/doors.txtpb') diff --git a/data/maps/control_center/doors.txtpb b/data/maps/control_center/doors.txtpb index 1422301..bec8714 100644 --- a/data/maps/control_center/doors.txtpb +++ b/data/maps/control_center/doors.txtpb @@ -165,3 +165,16 @@ doors { panels { room: "Unyielding Entrance" name: "SEEK" } location_room: "Unyielding Entrance" } +doors { + name: "Near Perceptive Panel" + type: LOCATION_ONLY + panels { room: "Perceptive Entrance" name: "COLORS" } + location_room: "Perceptive Entrance" + location_name: "COLORS" +} +doors { + name: "Letters Panel" + type: LOCATION_ONLY + panels { room: "Main Area" name: "Letters" } + location_room: "Main Area" +} -- cgit 1.4.1