Fixes Bloodless Internal Bleeding

This commit is contained in:
Fox-McCloud
2017-08-22 17:25:27 -04:00
parent 6f0f4f4bda
commit 6a24d8bc02
@@ -426,6 +426,8 @@ Note that amputating the affected organ does in fact remove the infection from t
fracture()
/obj/item/organ/external/proc/check_for_internal_bleeding(damage)
if(NO_BLOOD in owner.species.species_traits)
return
var/local_damage = brute_dam + damage
if(damage > 15 && local_damage > 30 && prob(damage) && !(status & ORGAN_ROBOT))
internal_bleeding = TRUE