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:
RaveRadbury
2020-04-30 21:38:46 -03:00
committed by GitHub
parent 59da45da6c
commit fae34292a7
6 changed files with 43 additions and 0 deletions
+19
View File
@@ -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