From b31127bcca2bb2fa56f9e7b9dc1f4ba355f9228f Mon Sep 17 00:00:00 2001 From: BurgerLua Date: Tue, 30 Apr 2019 22:26:44 -0700 Subject: [PATCH] Forgot this --- code/modules/mob/living/carbon/human/say.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index dc35e65c47..7ce3f78da0 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -1,11 +1,11 @@ /mob/living/carbon/human/say_mod(input, message_mode) verb_say = dna.species.say_mod switch(slurring) - if(25 to 50) + if(10 to 25) return "jumbles" - if(50 to 75) + if(25 to 50) return "slurs" - if(75 to INFINITY) + if(50 to INFINITY) return "garbles" else . = ..()