From 0a4d79e54fdbd30271f4a24a73aded73077a4c19 Mon Sep 17 00:00:00 2001 From: Ispil Date: Mon, 12 Nov 2012 20:39:42 -0700 Subject: [PATCH] Fix to Tajaran/Skrell/Soghun not mrowling/warbling/hissing, respectively. --- code/modules/mob/living/say.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index 2af9743d0ba..f56c672da84 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -372,7 +372,7 @@ var/list/department_radio_keys = list( var/rendered = null if (length(heard_a)) - var/message_a = say_quote(message) + var/message_a = say_quote(message,is_speaking_soghun,is_speaking_skrell,is_speaking_taj) if (italics) message_a = "[message_a]"