Files
Bubberstation/code/modules/language/calcic.dm
EOBGames fb1b9127ce New racial languages (#48309)
* Racial Languages

Adds a whole bunch of racial languages.

* Travis you are a cruel mistress

Snarky comments will be the death of me

* Better names, better language distribution

Decided to take some suggestions from the github and discord

* 2001: A Space Indent Odyssey

Fixed that stuff for you, green name man
2019-12-24 16:08:43 +01:00

21 lines
753 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"
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.