mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Update say.dm
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
/mob/living/carbon/can_speak_vocal(message)
|
/mob/living/carbon/can_speak_vocal(message)
|
||||||
if(silent)
|
if(silent)
|
||||||
return 0
|
return 0
|
||||||
if(get_selected_language() == /datum/language/signlanguage && handcufffed)
|
if(get_selected_language() == /datum/language/signlanguage && handcuffed)
|
||||||
return 0
|
return 0
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user