mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Foreigner Quirk, Adds Galactic Uncommon (#50701)
* Adds Foreigner Quirk Blocks Galactic Common * Exceptions for species without secondary languages. Adds beachtongue for humans and felinids * Adds Galactic Uncommon * Adds uncommon include into the .dme Gotta tick that box
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/datum/language/uncommon
|
||||
name = "Galactic Uncommon"
|
||||
desc = "The second-most spoken Human language."
|
||||
speech_verb = "says"
|
||||
whisper_verb = "whispers"
|
||||
sing_verb = "sings"
|
||||
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
|
||||
Reference in New Issue
Block a user