diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index fc4760996b4..d31d6958a54 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -4,7 +4,11 @@ message = dd_replaceText(message, "s", stutter("ss")) if(src.mutantrace == "metroid" && prob(5)) if(copytext(message, 1, 2) != "*") - message = "SKR" + if(copytext(message, 1, 2) == ";") + message = ";" + else + message = "" + message += "SKR" var/imax = rand(5,20) for(var/i = 0,i