diff options
Diffstat (limited to 'data/maps/the_entry/doors.txtpb')
-rw-r--r-- | data/maps/the_entry/doors.txtpb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 40e486a..9e6a30f 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb | |||
@@ -161,6 +161,7 @@ doors { | |||
161 | doors { | 161 | doors { |
162 | name: "Control Center White Door" | 162 | name: "Control Center White Door" |
163 | type: CONTROL_CENTER_COLOR | 163 | type: CONTROL_CENTER_COLOR |
164 | latch: true | ||
164 | receivers: "Components/Doors/back_left_7" | 165 | receivers: "Components/Doors/back_left_7" |
165 | control_center_color: "white" | 166 | control_center_color: "white" |
166 | } | 167 | } |
@@ -315,4 +316,10 @@ doors { | |||
315 | # TODO: ummmm | 316 | # TODO: ummmm |
316 | panels { room: "Eye Room" name: "I" } | 317 | panels { room: "Eye Room" name: "I" } |
317 | location_room: "Eye Room" | 318 | location_room: "Eye Room" |
318 | } \ No newline at end of file | 319 | } |
320 | doors { | ||
321 | name: "Gift Maps Entrance" | ||
322 | type: EVENT | ||
323 | receivers: "Components/GiftMapEntrance/PanelTeleporter" | ||
324 | double_letters: true | ||
325 | } | ||