Forgot this
This commit is contained in:
@@ -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
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user