From cd41656e55f55f6de344a7bae64979d20d8cb969 Mon Sep 17 00:00:00 2001 From: NikNakFlak Date: Thu, 14 Jul 2016 17:31:37 -0700 Subject: [PATCH] Grammer fix --- code/modules/mob/living/carbon/human/whisper.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/whisper.dm b/code/modules/mob/living/carbon/human/whisper.dm index c24342572ce..07350366bb2 100644 --- a/code/modules/mob/living/carbon/human/whisper.dm +++ b/code/modules/mob/living/carbon/human/whisper.dm @@ -61,7 +61,7 @@ var/rendered - rendered = "[src.name] [whispers] something." + rendered = "[src.name] whispers something in their final breath." for(var/mob/M in watching) M.show_message(rendered, 2)