Files
Bubberstation/code/modules/language/uncommon.dm
SkyratBot f46051921f [MIRROR] Removes silicon's knowledge of non human languages [MDB IGNORE] (#22169)
* 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>
2023-07-01 12:20:33 -07:00

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