mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 04:36:45 +01:00
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
/datum/language_holder/synthetic/New()
|
|
. = ..()
|
|
understood_languages += list(/datum/language/schechi = list(LANGUAGE_ATOM))
|
|
spoken_languages += list(/datum/language/schechi = list(LANGUAGE_ATOM))
|