mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-17 04:27:39 +00:00
* EFT * E * EEE * E * INTO TO ORBIT * I hate this but I'm going to ignore it. * Seriously, fuck this. * Update CentCom_skyrat_z2.dmm * Update tgstation.dme * oops * Update positronic_alert_console.dm * E
14 lines
502 B
Plaintext
14 lines
502 B
Plaintext
/datum/language/schechi
|
|
name = "Schechi"
|
|
desc = "The common language of the Teshari, and later adapted by many other avian species, consisting of miscellaneous chirps."
|
|
key = "F"
|
|
space_chance = 40
|
|
syllables = list(
|
|
"i", "ii", "si", "aci", "hi", "ni", "li", "schi", "tari",
|
|
"e", "she", "re", "me", "ne", "te", "se", "le", "ai",
|
|
"a", "ra", "ca", "scha", "tara", "sa", "la", "na",
|
|
)
|
|
icon = 'modular_skyrat/master_files/icons/misc/language.dmi'
|
|
icon_state = "schechi"
|
|
default_priority = 90
|