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)