fix blood barrage animation (#64405)

This commit is contained in:
magatsuchi
2022-01-26 01:01:02 -08:00
committed by GitHub
parent 5620c064fb
commit 80451ab5d6
+1 -1
View File
@@ -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)