Neatens code

This commit is contained in:
Mike Long
2016-06-01 19:48:14 -04:00
parent 5c6a2490af
commit 2a464a3e42
+1 -1
View File
@@ -54,7 +54,7 @@
/obj/item/projectile/magic/resurrection/on_hit(mob/living/carbon/target)
. = ..()
if(ismob(target) && istype(target, /mob/living))
if(isliving(target))
if(target.hellbound)
return
if(iscarbon(target))