From 9e8e5b242aca43ae41475347817d99b81af8e2ce Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Sun, 29 Apr 2012 20:05:56 +0100 Subject: [PATCH] TG: Examine bug-fixes because I shouldn't code in the early hours. Revision: r3317 Author: elly1...@rocketmail.com --- code/modules/mob/living/carbon/human/examine.dm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index eb408645f29..024bb726c99 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -195,7 +195,6 @@ for(var/mob/O in viewers(usr.loc, null)) O.show_message("[usr] checks [src]'s pulse.", 1) spawn(15) - usr << "\red [t_He] has no pulse" if(!src.client) var/foundghost = 0 for(var/mob/dead/observer/G in world) @@ -204,8 +203,11 @@ foundghost++ break if(!foundghost) - msg += " and [t_his] soul has departed" - msg += "...\n" + usr << "[t_He] has no pulse and [t_his] soul has departed..." + else + usr << "[t_He] has no pulse..." + + msg += "" /* if (src.getBruteLoss()) if (src.getBruteLoss() < 30)