mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
//Spinwarder - The common tongue of the various lands of the former Third Soviet Union, and the official language of the Spinward Stellar Coalition
|
|
|
|
/datum/language/spinwarder
|
|
name = "Spinwarder"
|
|
desc = "The official language of the Spinward Stellar Coalition, as inherited from the Third Soviet Union."
|
|
key = "s"
|
|
flags = TONGUELESS_SPEECH
|
|
syllables = list(
|
|
"v", "od", "noy", "ned", "ele", "dn", "ey", "da", "ny", "et", "mes", "yat",
|
|
"che", "bu", "pol", "ye", "eli", "nyy", "se", "god", "ya", "dom", "ash", "zav",
|
|
"vzy", "vch", "hod", "noy", "in", "sek", "pyat", "vos", "des", "spl", "kaz", "den",
|
|
"bez", "noc", "vay", "vst", "sya", "osta", "cha", "ste", "dit", "mas", "no", "och",
|
|
"ispo", "yut", "yet", "zhen", "rab", "po", "prya", "vper", "zag", "nite", "mne", "uzh",
|
|
"smet", "yot", "shut", "koy", "tov", "mak", "ya", "vosk", "dale", "kiy", "tsi",
|
|
"nok", "khor", "kra", "siv", "akt", "utyo", "prek", "leb", "dya", "trud",
|
|
)
|
|
special_characters = list("'")
|
|
icon_state = "spinwarder"
|
|
default_priority = 90
|