From e188bef5850a9bba8c14bef1a39fc505701f3401 Mon Sep 17 00:00:00 2001 From: Kyep Date: Thu, 21 Jul 2016 01:51:31 -0700 Subject: [PATCH] Fox Fox, Fox: Fix, Fix Fix --- code/modules/mob/living/carbon/human/examine.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 1a843e2cbd5..0a9e033bd54 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -270,14 +270,12 @@ msg += "[t_He] [t_has] a stupid expression on [t_his] face.\n" if(species.show_ssd && (!species.has_organ["brain"] || get_int_organ(/obj/item/organ/internal/brain)) && stat != DEAD) - if(src.player_logged) - msg += "[t_He] [t_is] fast asleep, suffering from Space Sleep Disorder.\n" - else if(istype(src, /mob/living/carbon/human/interactive)) + if(istype(src, /mob/living/carbon/human/interactive)) msg += "[t_He] appears to be some sort of sick automaton: [t_his] eyes are glazed over and [t_his] mouth is slightly agape.\n" else if(!key) msg += "[t_He] [t_is] fast asleep. It doesn't look like they are waking up anytime soon.\n" else if(!client) - msg += "[t_He] [t_has] suddenly fallen asleep.\n" + msg += "[t_He] [t_has] suddenly fallen asleep, suffering from Space Sleep Disorder.\n" if(!get_int_organ(/obj/item/organ/internal/brain)) msg += "It appears that [t_his] brain is missing...\n"