mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user