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