Audible emotes can be used again

This commit is contained in:
Anewbe
2019-01-18 16:57:12 -06:00
parent 3b2570d3c9
commit ff0fd7db8a
2 changed files with 15 additions and 8 deletions
+3
View File
@@ -18,6 +18,9 @@
// if you make a loud noise (screams etc), you'll be heard from 4 tiles over instead of two
return (copytext(message, length(message)) == "!") ? 4 : 2
/datum/language/noise/can_speak_special(var/mob/speaker)
return TRUE //Audible emotes
// 'basic' language; spoken by default.
/datum/language/common
name = LANGUAGE_GALCOM