From 26fb8353234d067069fd5e3cafb0002f0a59c2ce Mon Sep 17 00:00:00 2001 From: paprka Date: Tue, 30 Dec 2014 10:04:50 -0800 Subject: [PATCH] removes lizard stuttering --- code/modules/mob/living/carbon/human/species_types.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types.dm b/code/modules/mob/living/carbon/human/species_types.dm index 59a6387f7d5..900e8f7363c 100644 --- a/code/modules/mob/living/carbon/human/species_types.dm +++ b/code/modules/mob/living/carbon/human/species_types.dm @@ -38,7 +38,7 @@ /datum/species/lizard/handle_speech(message) // jesus christ why if(copytext(message, 1, 2) != "*") - message = replacetext(message, "s", stutter("ss")) + message = replacetext(message, "s", "sss") return message