Files
fulpstation/code/modules/language/terrum.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

18 lines
645 B
Plaintext

/datum/language/terrum
name = "Terrum"
desc = "The language of the golems. Sounds similar to old-earth Hebrew."
speech_verb = "rumbles"
ask_verb = "questions"
exclaim_verb = "tremors"
key = "g"
space_chance = 40
syllables = list(
"sha", "vu", "nah", "ha", "yom", "ma", "cha", "ar", "et", "mol", "lua",
"ch", "na", "sh", "ni", "yah", "bes", "ol", "hish", "ev", "la", "ot", "la",
"khe", "tza", "chak", "hak", "hin", "hok", "lir", "tov", "yef", "yfe",
"cho", "ar", "kas", "kal", "ra", "lom", "im", "'", "'", "'", "'", "bok",
"erev", "shlo", "lo", "ta", "im", "yom"
)
icon_state = "golem"
default_priority = 90