diff --git a/code/modules/zombie/organs.dm b/code/modules/zombie/organs.dm index 0383533c6c8..d85f50fb922 100644 --- a/code/modules/zombie/organs.dm +++ b/code/modules/zombie/organs.dm @@ -45,6 +45,8 @@ return if(!(src in owner.internal_organs)) Remove(owner) + if(MOB_INORGANIC in owner.mob_biotypes)//does not process in inorganic things + return if (causes_damage && !iszombie(owner) && owner.stat != DEAD) owner.adjustToxLoss(1) if (prob(10))