diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 59127f887c5..c759807ff72 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1084,7 +1084,6 @@ if(shock_stage == 30) emote("me",1,"is having trouble keeping their eyes open.") eye_blurry = max(2, eye_blurry) stuttering = max(stuttering, 5) - bodytemperature = 313.15 // high fever // pain messages if(shock_stage == 10) src << ""+pick("It hurts so much!", "You really need some painkillers..", "Dear god, the pain!")