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.txtpb15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/maps/the_bearer/doors.txtpb b/data/maps/the_bearer/doors.txtpb index 1893455..acbf86a 100644 --- a/data/maps/the_bearer/doors.txtpb +++ b/data/maps/the_bearer/doors.txtpb
@@ -251,3 +251,18 @@ doors {
251 receivers: "Components/Doors/brown_2" 251 receivers: "Components/Doors/brown_2"
252 double_letters: true 252 double_letters: true
253} 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"
268}