Languages with NO_STUTTER won't use autohiss anymore

This commit is contained in:
Atermonera
2017-03-21 00:12:53 -07:00
parent 2d2763fdb0
commit 78c1b51f81
2 changed files with 26 additions and 0 deletions

View File

@@ -59,6 +59,8 @@
/datum/species/proc/handle_autohiss(message, datum/language/lang, mode)
if(!autohiss_basic_map)
return message
if(lang.flags & NO_STUTTER) // Currently prevents EAL, Sign language, and emotes from autohissing
return message
if(autohiss_exempt && (lang.name in autohiss_exempt))
return message