Merge pull request #2805 from Anewbe/signlang_logs

Ports bay's signlang logging
This commit is contained in:
MagmaRam
2016-11-22 20:11:40 -06:00
committed by GitHub

View File

@@ -264,6 +264,7 @@ proc/get_radio_key_from_channel(var/channel)
src.custom_emote(1, "[pick(speaking.signlang_verb)].") src.custom_emote(1, "[pick(speaking.signlang_verb)].")
if (speaking.flags & SIGNLANG) if (speaking.flags & SIGNLANG)
log_say("[name]/[key] : SIGN: [message]")
return say_signlang(message, pick(speaking.signlang_verb), speaking) return say_signlang(message, pick(speaking.signlang_verb), speaking)
//These will contain the main receivers of the message //These will contain the main receivers of the message