Limbs no longer auto-fracture at the damage threshold (#11800)

This commit is contained in:
Wildkins
2021-05-04 14:13:13 -03:00
committed by GitHub
parent b9950ca9f2
commit ea1b256c0d
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -820,9 +820,6 @@ Note that amputating the affected organ does in fact remove the infection from t
if (open && !clamped && (H && !(H.species.flags & NO_BLOOD)))
status |= ORGAN_BLEEDING
//Bone fractures
if(config.bones_can_break && brute_dam > min_broken_damage * config.organ_health_multiplier && !(status & ORGAN_ROBOT))
fracture()
update_damage_ratios()
/obj/item/organ/external/proc/update_damage_ratios()