From 2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 20 Oct 2025 18:33:18 -0400 Subject: Mark some doors as "latched" --- data/maps/the_partial/doors.txtpb | 6 ++---- data/maps/the_partial/rooms/Control Center Entrance.txtpb | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'data/maps/the_partial') diff --git a/data/maps/the_partial/doors.txtpb b/data/maps/the_partial/doors.txtpb index c51062a..b6445cd 100644 --- a/data/maps/the_partial/doors.txtpb +++ b/data/maps/the_partial/doors.txtpb @@ -43,17 +43,15 @@ doors { doors { name: "L Entered" type: EVENT - # It does this in vanilla, but I'm specifying it so that the Control Center - # Entrance door doesn't override it. + latch: true receivers: "Components/Doors/controlDoor" keyholders { room: "Obverse Side" name: "L" key: "l" } } doors { name: "Control Center Entrance" - type: LOCATION_ONLY + type: EVENT #receivers: "Components/Doors/controlDoor" panels { room: "Control Center Entrance" name: "RETURN" } - location_room: "Control Center Entrance" } doors { name: "F Door" diff --git a/data/maps/the_partial/rooms/Control Center Entrance.txtpb b/data/maps/the_partial/rooms/Control Center Entrance.txtpb index 02f3e69..faccd50 100644 --- a/data/maps/the_partial/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_partial/rooms/Control Center Entrance.txtpb @@ -12,6 +12,4 @@ ports { path: "Components/Warps/worldport2" destination { x: -19 y: 0 z: 8 } rotation: 180 - # TODO: shuffle entrances with dependent keyholders - no_shuffle: true } -- cgit 1.4.1