Update say.dm

This commit is contained in:
TyrianTyrell
2021-02-01 09:08:23 -05:00
committed by GitHub
parent db548a4cfa
commit 66cc55af3e

View File

@@ -331,6 +331,9 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
/mob/living/proc/can_speak_vocal(message) //Check AFTER handling of xeno and ling channels
if(HAS_TRAIT(src, TRAIT_MUTE) && get_message_language(message) != /datum/language/signlanguage)
return 0
if(get_message_language(message) == /datum/language/signlanguage && src.handcuffed)
return 0
if(is_muzzled())
return 0