mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user