From 18e7851a8fa880a1062abe37ed1446559121c965 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Mon, 21 Nov 2016 21:44:41 -0600 Subject: [PATCH] Ports bay's signlang logging --- code/modules/mob/living/say.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index ab26507a2a..d3c48e4e04 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -264,6 +264,7 @@ proc/get_radio_key_from_channel(var/channel) src.custom_emote(1, "[pick(speaking.signlang_verb)].") if (speaking.flags & SIGNLANG) + log_say("[name]/[key] : SIGN: [message]") return say_signlang(message, pick(speaking.signlang_verb), speaking) //These will contain the main receivers of the message