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)