Files
fulpstation/code/modules/language/spinwarder.dm
2025-03-23 15:36:10 -04:00

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