Update say.dm

This commit is contained in:
deathride58
2017-12-10 17:01:50 -05:00
committed by GitHub
parent a38ccf078b
commit fd3b0c72de

View File

@@ -36,7 +36,7 @@
if(T)
. = T.could_speak_in_language(dt)
else
. = initial(dt.flags) & TONGUELESS_SPEECH
. = initial(dt.flags_1) & TONGUELESS_SPEECH
/mob/living/carbon/Hear(message, atom/movable/speaker, datum/language/message_language, raw_message, radio_freq, list/spans, message_mode)
if(!client)