Silicon mob types can now speak languages

This commit is contained in:
mwerezak
2014-05-16 19:47:26 -04:00
parent 02dbe8a812
commit c643da6198
5 changed files with 40 additions and 31 deletions

View File

@@ -90,6 +90,11 @@
return 0
// Can we speak this language, as opposed to just understanding it?
/mob/proc/can_speak(datum/language/language)
return (universal_speak || language in src.languages)
//TBD
/mob/verb/check_languages()
set name = "Check Known Languages"