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_tenacious/doors.txtpb | 2 ++ data/maps/the_tenacious/rooms/Control Center Entrance.txtpb | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_tenacious') diff --git a/data/maps/the_tenacious/doors.txtpb b/data/maps/the_tenacious/doors.txtpb index 8fe8bd5..4c454c1 100644 --- a/data/maps/the_tenacious/doors.txtpb +++ b/data/maps/the_tenacious/doors.txtpb @@ -6,6 +6,8 @@ doors { doors { name: "K Entered" type: EVENT + latch: true + receivers: "Components/Doors/entry_6" keyholders { room: "Main Area" name: "K" key: "k" } } doors { diff --git a/data/maps/the_tenacious/rooms/Control Center Entrance.txtpb b/data/maps/the_tenacious/rooms/Control Center Entrance.txtpb index 873fabe..05a3af3 100644 --- a/data/maps/the_tenacious/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_tenacious/rooms/Control Center Entrance.txtpb @@ -12,6 +12,4 @@ ports { path: "Components/Warps/worldport" destination { x: 0 y: 0 z: 10 } rotation: 0 - # TODO: shuffle entrances with dependent keyholders - no_shuffle: true } -- cgit 1.4.1