diff options
Diffstat (limited to 'data/maps/the_great/doors.txtpb')
-rw-r--r-- | data/maps/the_great/doors.txtpb | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index dc25128..f0f2fde 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb | |||
@@ -49,6 +49,7 @@ doors { | |||
49 | type: LOCATION_ONLY | 49 | type: LOCATION_ONLY |
50 | panels { room: "West Side" name: "ERASE" } | 50 | panels { room: "West Side" name: "ERASE" } |
51 | location_room: "West Side" | 51 | location_room: "West Side" |
52 | location_name: "ERASE" | ||
52 | } | 53 | } |
53 | doors { | 54 | doors { |
54 | name: "Control Center Purple Door" | 55 | name: "Control Center Purple Door" |
@@ -470,9 +471,13 @@ doors { | |||
470 | } | 471 | } |
471 | doors { | 472 | doors { |
472 | name: "Lavender Cube" | 473 | name: "Lavender Cube" |
473 | type: ITEM_ONLY | 474 | type: EVENT |
474 | receivers: "Components/Doors/entry_28" | 475 | receivers: "Components/Doors/entry_28" |
475 | switches: "lavender_cubes" | 476 | panels { |
477 | map: "the_ancient" | ||
478 | room: "Inside" | ||
479 | name: "COLOR" | ||
480 | } | ||
476 | } | 481 | } |
477 | doors { | 482 | doors { |
478 | name: "Zero Entrance" | 483 | name: "Zero Entrance" |
@@ -497,3 +502,9 @@ doors { | |||
497 | panels { room: "Back Area" name: "PAINTING" } | 502 | panels { room: "Back Area" name: "PAINTING" } |
498 | location_room: "Back Area" | 503 | location_room: "Back Area" |
499 | } | 504 | } |
505 | doors { | ||
506 | name: "Cyan Doors" | ||
507 | type: EVENT | ||
508 | receivers: "Panels/General/entry_7/teleportListener" | ||
509 | double_letters: true | ||
510 | } | ||