From 9c4e98948b89806e2da822ac1343bd0006487bc6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Feb 2026 09:37:55 -0500 Subject: Merge two perceptive entrance doors --- data/door_groups.txtpb | 14 ++++++++++++++ data/ids.yaml | 1 + data/maps/control_center/doors.txtpb | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb index 0f704da..128cbb8 100644 --- a/data/door_groups.txtpb +++ b/data/door_groups.txtpb @@ -174,3 +174,17 @@ door_groups { name: "Lavender Cubes" } } +door_groups { + name: "Control Center - Perceptive Entrance" + type: SHUFFLE_GROUP + # This is a weird situation where there's two different ways to open the door + # and we want both to work in vanilla. + doors { + map: "control_center" + name: "Perceptive From Outside" + } + doors { + map: "control_center" + name: "Perceptive From Inside" + } +} diff --git a/data/ids.yaml b/data/ids.yaml index f9c59aa..c55cfa6 100644 --- a/data/ids.yaml +++ b/data/ids.yaml @@ -4785,6 +4785,7 @@ progressives: Icarus Quick Travel: 2933 Progressive Gold Ending: 2753 door_groups: + Control Center - Perceptive Entrance: 3424 Control Center Blue Doors: 2788 Control Center Brown Doors: 2787 Control Center Orange Doors: 2786 diff --git a/data/maps/control_center/doors.txtpb b/data/maps/control_center/doors.txtpb index bec8714..c64274a 100644 --- a/data/maps/control_center/doors.txtpb +++ b/data/maps/control_center/doors.txtpb @@ -114,7 +114,7 @@ doors { } doors { name: "Perceptive From Inside" - type: LOCATION_ONLY + type: STANDARD panels { room: "Perceptive Entrance" name: "PART" } location_room: "Perceptive Entrance" } -- cgit 1.4.1