From 358e6c0d700c3558017183e4a1f5a0c597d817ce Mon Sep 17 00:00:00 2001 From: Ravensdale Date: Sat, 27 Dec 2014 14:23:59 -0800 Subject: [PATCH] Wording tweak1 --- code/modules/mob/living/carbon/carbon.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 9b01989505..42de429752 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -202,8 +202,8 @@ H.w_uniform.add_fingerprint(M) if(player_logged) - M.visible_message("[M] shakes [src], but they do not respond. Probably suffering from SSD.", \ - "You shake [src], but they are unresponsive. Probably suffering from SSD.") + M.visible_message("[M] shakes [src] trying to wake [t_him] up!", \ + "You shake [src], but they do not respond... Maybe they have S.S.D?") else if(lying || src.sleeping) src.sleeping = max(0,src.sleeping-5) if(src.sleeping == 0)