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_unkempt/doors.txtpb | 2 ++ data/maps/the_unkempt/rooms/Control Center Entrance.txtpb | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_unkempt') diff --git a/data/maps/the_unkempt/doors.txtpb b/data/maps/the_unkempt/doors.txtpb index 29065ec..10165ee 100644 --- a/data/maps/the_unkempt/doors.txtpb +++ b/data/maps/the_unkempt/doors.txtpb @@ -48,6 +48,8 @@ doors { doors { name: "I Entered" type: EVENT + latch: true + receivers: "Components/Doors/entry_4" keyholders { room: "Main Area" name: "I" key: "i" } } doors { diff --git a/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb b/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb index 847b8ad..7971cf7 100644 --- a/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb @@ -12,6 +12,4 @@ ports { path: "Components/Warps/worldport2" destination { x: -4.5 y: 0 z: 7 } rotation: 0 - # TODO: shuffle entrances with dependent keyholders - no_shuffle: true } -- cgit 1.4.1