From 48f967bc024b98a3fede70bd330409992e1cf3f9 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 026ef891a98..e10c35efa7a 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -237,9 +237,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)