about summary refs log tree commit diff stats
path: root/data/maps/the_bearer/doors.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_bearer/doors.txtpb')
-rw-r--r--data/maps/the_bearer/doors.txtpb18
1 files changed, 17 insertions, 1 deletions
diff --git a/data/maps/the_bearer/doors.txtpb b/data/maps/the_bearer/doors.txtpb index 574ea8f..acbf86a 100644 --- a/data/maps/the_bearer/doors.txtpb +++ b/data/maps/the_bearer/doors.txtpb
@@ -241,6 +241,7 @@ doors {
241doors { 241doors {
242 name: "Control Center Brown Door" 242 name: "Control Center Brown Door"
243 type: CONTROL_CENTER_COLOR 243 type: CONTROL_CENTER_COLOR
244 latch: true
244 receivers: "Components/Doors/brown_1" 245 receivers: "Components/Doors/brown_1"
245 control_center_color: "brown" 246 control_center_color: "brown"
246} 247}
@@ -248,5 +249,20 @@ doors {
248 name: "Butterfly Entrance" 249 name: "Butterfly Entrance"
249 type: ITEM_ONLY 250 type: ITEM_ONLY
250 receivers: "Components/Doors/brown_2" 251 receivers: "Components/Doors/brown_2"
251 switches: "double_letters" 252 double_letters: true
253}
254doors {
255 name: "Control Center Color Panel"
256 type: LOCATION_ONLY
257 panels { room: "Back Area" name: "COLOR" }
258 location_room: "Back Area"
259 location_name: "COLOR"
260}
261doors {
262 name: "Butterfly Room Panels"
263 type: LOCATION_ONLY
264 panels { room: "Butterfly Room" name: "DARKNESS" }
265 panels { room: "Butterfly Room" name: "VIBRANT" }
266 location_room: "Butterfly Room"
267 location_name: "DARKNESS, VIBRANT"
252} 268}