Files
Bubberstation/code/modules/language/calcic.dm
EOBGames 297d7e7d9b TG's Got the Pop Factor: The Singing Update (#49063)
* Sing a lovely song

* minor changes, ~ to %, and removal of specific logging

* 512 support

don't trust byond

* oops
2020-01-31 20:10:55 +01:00

22 lines
776 B
Plaintext

/datum/language/calcic
name = "Calcic"
desc = "The disjointed and staccato language of plasmamen. Also understood by skeletons."
speech_verb = "rattles"
ask_verb = "queries"
exclaim_verb = "screeches"
whisper_verb = "clicks"
sing_verb = "chimes"
key = "b"
space_chance = 10
syllables = list(
"k", "ck", "ack", "ick", "cl", "tk", "sk", "isk", "tak",
"kl", "hs", "ss", "ks", "lk", "dk", "gk", "ka", "ska", "la", "pk",
"wk", "ak", "ik", "ip", "ski", "bk", "kb", "ta", "is", "it", "li", "di",
"ds", "ya", "sck", "crk", "hs", "ws", "mk", "aaa", "skraa", "skee", "hss",
"raa", "klk", "tk", "stk", "clk"
)
icon_state = "calcic"
default_priority = 90
// Yeah, this goes to skeletons too, since it's basically just skeleton clacking.