diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-22 23:53:03 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-22 23:53:03 -0400 |
commit | e3448bc720c2032edfb9bfda0caa033736a4f304 (patch) | |
tree | 3d0fc57dea32d55496c73e44007e55f8621bd9e3 /data/maps/the_shop/doors.txtpb | |
parent | dfa10c8817746671b576bb99f9de3f60b4cf8706 (diff) | |
download | lingo2-archipelago-e3448bc720c2032edfb9bfda0caa033736a4f304.tar.gz lingo2-archipelago-e3448bc720c2032edfb9bfda0caa033736a4f304.tar.bz2 lingo2-archipelago-e3448bc720c2032edfb9bfda0caa033736a4f304.zip |
Latch the N door in the_shop
Diffstat (limited to 'data/maps/the_shop/doors.txtpb')
-rw-r--r-- | data/maps/the_shop/doors.txtpb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/the_shop/doors.txtpb b/data/maps/the_shop/doors.txtpb index 5362614..2ce7c71 100644 --- a/data/maps/the_shop/doors.txtpb +++ b/data/maps/the_shop/doors.txtpb | |||
@@ -33,5 +33,8 @@ doors { | |||
33 | doors { | 33 | doors { |
34 | name: "N Entered" | 34 | name: "N Entered" |
35 | type: EVENT | 35 | type: EVENT |
36 | latch: true | ||
37 | receivers: "Components/Doors/entry_1" | ||
38 | receivers: "Components/Doors/entry_2" | ||
36 | keyholders { room: "Main Area" name: "N" key: "n" } | 39 | keyholders { room: "Main Area" name: "N" key: "n" } |
37 | } | 40 | } |