[MIRROR] Fixes some alien actions not working. [MDB IGNORE] (#15223)

Fixes some alien actions not working.

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2022-07-31 15:12:14 +02:00
committed by GitHub
parent 11425e6658
commit 2b2dbd8244
9 changed files with 11 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
var/ice_breath = FALSE
/datum/action/cooldown/mob_cooldown/fire_breath/Activate(atom/target_atom)
StartCooldown(360 SECONDS, 360 SECONDS)
attack_sequence(target_atom)
StartCooldown()
@@ -59,4 +60,3 @@
for(var/j = 1 to spiral_count)
INVOKE_ASYNC(src, .proc/fire_line, target, j * increment + i * increment / 2)
SLEEP_CHECK_DEATH(delay_time, owner)