mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Silicon mob types can now speak languages
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user