From 037768b7b103b7d045a3fbf07207b59c7799fc27 Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Tue, 10 Jan 2012 22:23:27 +0000 Subject: [PATCH] One more san check. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2942 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/life.dm | 1 + 1 file changed, 1 insertion(+) 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