From bf61a0b59393da1f28306644e438786bcf4d11a8 Mon Sep 17 00:00:00 2001 From: Walter0o Date: Mon, 21 Jul 2014 07:39:46 +0200 Subject: [PATCH] removes second sleeping notification --- code/modules/mob/living/carbon/human/examine.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index f82c28043a0..3fead57a28d 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -240,9 +240,7 @@ msg += "" - if(stat == UNCONSCIOUS) - msg += "[t_He] [t_is]n't responding to anything around [t_him] and seems to be asleep.\n" - else if(getBrainLoss() >= 60) + if(getBrainLoss() >= 60) msg += "[t_He] [t_has] a stupid expression on [t_his] face.\n" if(!key && brain_op_stage != 4 && stat != DEAD)