From 8a6adeb6d7455828e105c8f9f4ddab2455a181c2 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Mon, 8 Dec 2014 00:40:46 +0000 Subject: [PATCH] Say code for bst --- code/modules/mob/living/carbon/human/say.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index 2f4ac674..3b39b61b 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -1,5 +1,4 @@ -/mob/living/carbon/human/say(var/message) - var/verb = "says" +/mob/living/carbon/human/say(var/message, var/verb = "says") var/alt_name = "" var/message_range = world.view var/italics = 0 @@ -234,7 +233,7 @@ handled = 1 if((HULK in mutations) && health >= 25 && length(message)) - message = "[uppertext(message)]!!!" +// message = "[uppertext(message)]!!!" //No! verb = pick("yells","roars","hollers") handled = 1 if(slurring)