From 9ecf61f43f926b46c1fe922adf8398ca6d16e4f9 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 29 Mar 2015 00:11:26 -0400 Subject: [PATCH] Putting back some values for max limb health. --- code/modules/organs/organ_external.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index c365cd3936c..5c3318636c9 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -924,7 +924,7 @@ Note that amputating the affected organ does in fact remove the infection from t name = "chest" icon_name = "torso" display_name = "chest" - max_damage = 200 + max_damage = 75 min_broken_damage = 50 body_part = UPPER_TORSO vital = 1 @@ -934,7 +934,7 @@ Note that amputating the affected organ does in fact remove the infection from t icon_name = "groin" display_name = "groin" max_damage = 50 - min_broken_damage = 25 + min_broken_damage = 60 body_part = LOWER_TORSO /datum/organ/external/l_arm @@ -1025,7 +1025,7 @@ Note that amputating the affected organ does in fact remove the infection from t name = "head" icon_name = "head" display_name = "head" - max_damage = 200 + max_damage = 75 min_broken_damage = 50 body_part = HEAD var/disfigured = 0