diff --git a/code/modules/mob/living/carbon/human/human_damage.dm b/code/modules/mob/living/carbon/human/human_damage.dm index 3bc4d74e055..481ec59853f 100644 --- a/code/modules/mob/living/carbon/human/human_damage.dm +++ b/code/modules/mob/living/carbon/human/human_damage.dm @@ -281,7 +281,7 @@ continue if(heal) - if(E.pain > 0) + if(E.get_pain() > 0) amount -= E.remove_pain(amount) else amount -= E.add_pain(amount)