Another typecheck

This commit is contained in:
Ghommie
2020-02-06 02:19:14 +01:00
parent 60b6d96f45
commit 639ec8066d
@@ -131,7 +131,7 @@
/obj/item/projectile/temp/basilisk/magmawing/on_hit(atom/target, blocked = FALSE)
. = ..()
if(.)
if(. && isliving(target))
var/mob/living/L = target
if (istype(L))
L.adjust_fire_stacks(0.1)