mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Neatens code
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user