stage3: enable all wriggle attacks
This commit is contained in:
parent
03e1dd8078
commit
ba174893a0
1 changed files with 6 additions and 0 deletions
|
@ -588,6 +588,12 @@ TASK(spawn_boss, NO_ARGS) {
|
|||
WAIT_EVENT(&global.dialog->events.fadeout_began);
|
||||
|
||||
boss_add_attack_task(boss, AT_Normal, "", 11, 35000, TASK_INDIRECT(BossAttack, stage3_boss_nonspell_1), NULL);
|
||||
boss_add_attack_from_info(boss, &stage3_spells.boss.moonlight_rocket, false);
|
||||
boss_add_attack_task(boss, AT_Normal, "", 40, 35000, TASK_INDIRECT(BossAttack, stage3_boss_nonspell_2), NULL);
|
||||
boss_add_attack_from_info(boss, &stage3_spells.boss.wriggle_night_ignite, false);
|
||||
boss_add_attack_task(boss, AT_Normal, "", 40, 35000, TASK_INDIRECT(BossAttack, stage3_boss_nonspell_3), NULL);
|
||||
boss_add_attack_from_info(boss, &stage3_spells.boss.firefly_storm, false);
|
||||
boss_add_attack_from_info(boss, &stage3_spells.extra.light_singularity, false);
|
||||
|
||||
boss_engage(boss);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue