inorganics can no longer become zombified (#45934)

* song for this fix: Van Halen - Intruder/Pretty Woman

* yep
This commit is contained in:
tralezab
2019-08-16 21:10:24 +02:00
committed by AnturK
parent 145f5bb775
commit c5b444d99c
+2
View File
@@ -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))