diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-20 18:33:18 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-20 18:33:18 -0400 |
| commit | 2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5 (patch) | |
| tree | cb6fa51b3a70a7f2b3ac099b7c34c9a7f730cc2b /data/maps/the_tenacious | |
| parent | 4c1dc83759d15b7f9f8aaddf580d2147f43fb845 (diff) | |
| download | lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.tar.gz lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.tar.bz2 lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.zip | |
Mark some doors as "latched"
Diffstat (limited to 'data/maps/the_tenacious')
| -rw-r--r-- | data/maps/the_tenacious/doors.txtpb | 2 | ||||
| -rw-r--r-- | data/maps/the_tenacious/rooms/Control Center Entrance.txtpb | 2 |
2 files changed, 2 insertions, 2 deletions
| 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 { | |||
| 6 | doors { | 6 | doors { |
| 7 | name: "K Entered" | 7 | name: "K Entered" |
| 8 | type: EVENT | 8 | type: EVENT |
| 9 | latch: true | ||
| 10 | receivers: "Components/Doors/entry_6" | ||
| 9 | keyholders { room: "Main Area" name: "K" key: "k" } | 11 | keyholders { room: "Main Area" name: "K" key: "k" } |
| 10 | } | 12 | } |
| 11 | doors { | 13 | 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 { | |||
| 12 | path: "Components/Warps/worldport" | 12 | path: "Components/Warps/worldport" |
| 13 | destination { x: 0 y: 0 z: 10 } | 13 | destination { x: 0 y: 0 z: 10 } |
| 14 | rotation: 0 | 14 | rotation: 0 |
| 15 | # TODO: shuffle entrances with dependent keyholders | ||
| 16 | no_shuffle: true | ||
| 17 | } | 15 | } |
