diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 3e17bac334a..2d51aed38f3 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -971,6 +971,7 @@ else bodytemp.icon_state = "temp-4" + if(!client) return 0 //Wish we did not need these client.screen -= hud_used.blurry client.screen -= hud_used.druggy client.screen -= hud_used.vimpaired