mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
inorganics can no longer become zombified (#45934)
* song for this fix: Van Halen - Intruder/Pretty Woman * yep
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user