diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index 7f7db247165..cfd588e6a7b 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -51,8 +51,8 @@ else if(E.status & ORGAN_BROKEN) tally += 1.5 - if(shock_stage >= 10) tally += 3 - + if (!(species && (species.flags & NO_PAIN))) + if(shock_stage >= 10) tally += 3 if(aiming && aiming.aiming_at) tally += 5 // Iron sights make you slower, it's a well-known fact.