mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* mk2 swat mask, encrypted language * improper * fixes not being able to speak language, makes it not aids * Update tongue.dm * exchanges the voices to something more server friendly
15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
/datum/language/encrypted
|
|
name = "Encrypted"
|
|
desc = "Certain members of Central Command have special masks to encrypt their voice to sound incomprehensible to anyone listening in."
|
|
speech_verb = "beeps"
|
|
ask_verb = "beeps"
|
|
whisper_verb = "beeps quietly"
|
|
exclaim_verb = "beeps loudly"
|
|
flags = LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD
|
|
key = "c"
|
|
syllables = list("ra", "ar", "ri", "ir", "be", "i", "r", "a", "b", "z", "e", "n")
|
|
space_chance = 20
|
|
default_priority = 80
|
|
icon_state = "codespeak"
|
|
sing_verb = "tunes"
|