Base Life-addition()

This commit is contained in:
PsiOmega
2015-06-13 13:34:27 +02:00
parent 73977df371
commit ee88e7b8b4
21 changed files with 60 additions and 44 deletions

View File

@@ -11,7 +11,7 @@
/obj/item/projectile/change/proc/wabbajack(var/mob/M)
if(istype(M, /mob/living) && M.stat != DEAD)
if(M.monkeyizing)
if(M.transforming)
return
if(M.has_brain_worms())
return //Borer stuff - RR