From c5dd08e5d65ce7dc2d7d93cffaed1eb94b871188 Mon Sep 17 00:00:00 2001 From: NikNakFlak Date: Tue, 26 Jul 2016 21:07:18 -0700 Subject: [PATCH] Decided to remove the periods --- 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 49f84d93d35..717ac8a1666 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." for(var/mob/M in watching) M.show_message(rendered, 2)