Medullary failure nerf (#44118)

* adds 1s casting time to heart attack

* fixes delay bar on heart attack, no cooldown if interupted

* changes time to cast on medullary
This commit is contained in:
ShizCalev
2019-05-28 02:02:16 -04:00
committed by GitHub
@@ -588,6 +588,10 @@
/obj/effect/proc_holder/spell/target_hive/hive_attack/cast(list/targets, mob/living/user = usr)
var/mob/living/carbon/target = targets[1]
if(!do_after(usr,30,0,usr))
to_chat(user, "<span class='notice'>Our concentration has been broken!</span>")
revert_cast()
return
if(!user.is_real_hivehost())
to_chat(user, "<span class='notice'>Our vessel is too weak to handle this power, we must cease our mind control beforehand.</span>")
revert_cast()