about summary refs log tree commit diff stats
path: root/data/maps/the_unkempt
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-20 18:33:18 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-20 18:33:18 -0400
commit2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5 (patch)
treecb6fa51b3a70a7f2b3ac099b7c34c9a7f730cc2b /data/maps/the_unkempt
parent4c1dc83759d15b7f9f8aaddf580d2147f43fb845 (diff)
downloadlingo2-archipelago-main.tar.gz
lingo2-archipelago-main.tar.bz2
lingo2-archipelago-main.zip
Mark some doors as "latched" HEAD main
Diffstat (limited to 'data/maps/the_unkempt')
-rw-r--r--data/maps/the_unkempt/doors.txtpb2
-rw-r--r--data/maps/the_unkempt/rooms/Control Center Entrance.txtpb2
2 files changed, 2 insertions, 2 deletions
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 {
48doors { 48doors {
49 name: "I Entered" 49 name: "I Entered"
50 type: EVENT 50 type: EVENT
51 latch: true
52 receivers: "Components/Doors/entry_4"
51 keyholders { room: "Main Area" name: "I" key: "i" } 53 keyholders { room: "Main Area" name: "I" key: "i" }
52} 54}
53doors { 55doors {
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 {
12 path: "Components/Warps/worldport2" 12 path: "Components/Warps/worldport2"
13 destination { x: -4.5 y: 0 z: 7 } 13 destination { x: -4.5 y: 0 z: 7 }
14 rotation: 0 14 rotation: 0
15 # TODO: shuffle entrances with dependent keyholders
16 no_shuffle: true
17} 15}