about summary refs log tree commit diff stats
path: root/data/maps/the_great/doors.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-23 00:36:35 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-23 00:36:35 -0400
commit3ffc27f5d40a4f12934b1353a60644db5a4a9fab (patch)
tree6b083514b69288bee0fe8308a67b4f9382fce624 /data/maps/the_great/doors.txtpb
parente757654a7b510cec9456de3072433f81ce971c89 (diff)
downloadlingo2-archipelago-3ffc27f5d40a4f12934b1353a60644db5a4a9fab.tar.gz
lingo2-archipelago-3ffc27f5d40a4f12934b1353a60644db5a4a9fab.tar.bz2
lingo2-archipelago-3ffc27f5d40a4f12934b1353a60644db5a4a9fab.zip
Latch the control center color doors HEAD main
Diffstat (limited to 'data/maps/the_great/doors.txtpb')
-rw-r--r--data/maps/the_great/doors.txtpb3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index bf28421..132aa6f 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb
@@ -54,18 +54,21 @@ doors {
54doors { 54doors {
55 name: "Control Center Purple Door" 55 name: "Control Center Purple Door"
56 type: CONTROL_CENTER_COLOR 56 type: CONTROL_CENTER_COLOR
57 latch: true
57 receivers: "Components/Doors/entry_23" 58 receivers: "Components/Doors/entry_23"
58 control_center_color: "purple" 59 control_center_color: "purple"
59} 60}
60doors { 61doors {
61 name: "Control Center Gray Door" 62 name: "Control Center Gray Door"
62 type: CONTROL_CENTER_COLOR 63 type: CONTROL_CENTER_COLOR
64 latch: true
63 receivers: "Components/Doors/Gates/Gate/animationListener" 65 receivers: "Components/Doors/Gates/Gate/animationListener"
64 control_center_color: "gray" 66 control_center_color: "gray"
65} 67}
66doors { 68doors {
67 name: "Control Center Red Door" 69 name: "Control Center Red Door"
68 type: CONTROL_CENTER_COLOR 70 type: CONTROL_CENTER_COLOR
71 latch: true
69 receivers: "Components/Doors/entry_18" 72 receivers: "Components/Doors/entry_18"
70 control_center_color: "red" 73 control_center_color: "red"
71} 74}