diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 46258883eb5..71226aa8bfb 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1808,9 +1808,6 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc return slurring /mob/living/carbon/human/handle_stunned() - if(species.flags & NO_PAIN) - stunned = 0 - return 0 if(..()) speech_problem_flag = 1 return stunned