Moar Slime People work

This commit is contained in:
ZomgPonies
2013-10-28 06:06:34 -04:00
parent 2a5b419d9e
commit 78d2ccb0ef
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -270,7 +270,7 @@
return
//Bone fracurtes
if(config.bones_can_break && brute_dam > min_broken_damage * config.organ_health_multiplier && !(status & (ORGAN_ROBOT|ORGAN_PEG)))
if(config.bones_can_break && brute_dam > min_broken_damage * config.organ_health_multiplier && !(status & (ORGAN_ROBOT|ORGAN_PEG)) && !(istype(owner, /mob/living/carbon/human/slime)))
src.fracture()
if(!(status & ORGAN_BROKEN))
perma_injury = 0