mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 22:54:46 +00:00
* Removes silicon's knowledge of non human languages * skyrat edit * this is on par with upstream --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
17 lines
627 B
Plaintext
17 lines
627 B
Plaintext
/datum/language/calcic
|
|
name = "Calcic"
|
|
desc = "The disjointed and staccato language of plasmamen. Also understood by skeletons."
|
|
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.
|