mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
fix blood barrage animation (#64405)
This commit is contained in:
@@ -870,7 +870,7 @@ Striking a noncultist, however, will tear their flesh."}
|
||||
playsound(T, 'sound/effects/splat.ogg', 50, TRUE)
|
||||
var/mob/mob_target = target
|
||||
|
||||
if(mob_target && IS_CULTIST(mob_target))
|
||||
if(ismob(mob_target) && IS_CULTIST(mob_target))
|
||||
if(ishuman(target))
|
||||
var/mob/living/carbon/human/H = target
|
||||
if(H.stat != DEAD)
|
||||
|
||||
Reference in New Issue
Block a user