mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 13:02:38 +00:00
## About The Pull Request Silicon now only know Common, Uncommon (Humans with Foreigner quirk) and Robotic. I also made the indentation in languages consistent because it bugged me lol. ## Why It's Good For The Game 1. There are currently many ways of learning languages, which devalues the language system as a whole. There's no real reason to use a language when anyone potentially understands what you're saying anyways. 2. Players of these non-human Species should be able to use their language to have hidden discussions in the open (you know, what languages were meant for), and Silicons should be included in this, especially since Silicon are generally on Asimov where they do not care for non-human life, giving non-humans SOMETHING over Silicon would be nice. ## Changelog 🆑 balance: Silicon now only know Common, Uncommon and Robotic languages. /🆑
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.
|