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)