mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
* Removes silicon's knowledge of non human languages * skyrat edit * this is on par with upstream --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
17 lines
564 B
Plaintext
17 lines
564 B
Plaintext
/datum/language/uncommon
|
|
name = "Galactic Uncommon"
|
|
desc = "The second-most spoken Human language."
|
|
key = "!"
|
|
flags = TONGUELESS_SPEECH
|
|
space_chance = 50
|
|
syllables = list(
|
|
"ba", "be", "bo", "ca", "ce", "co", "da", "de", "do",
|
|
"fa", "fe", "fo", "ga", "ge", "go", "ha", "he", "ho",
|
|
"ja", "je", "jo", "ka", "ke", "ko", "la", "le", "lo",
|
|
"ma", "me", "mo", "na", "ne", "no", "ra", "re", "ro",
|
|
"sa", "se", "so", "ta", "te", "to", "va", "ve", "vo",
|
|
"xa", "xe", "xo", "ya", "ye", "yo", "za", "ze", "zo"
|
|
)
|
|
icon_state = "galuncom"
|
|
default_priority = 90
|