Almost done with species

Just needs ears for sergals defined

Also commented out processing stomach on life() because that's silly stock
stuff
This commit is contained in:
Arokha Sieyes
2016-05-10 21:06:35 -04:00
parent 5d3b04f6a4
commit 7d81860c6f
10 changed files with 40 additions and 13 deletions
+26
View File
@@ -0,0 +1,26 @@
/* 'basic' language; spoken by default.
/datum/language/common
name = "Galactic Common"
desc = "The common galactic tongue."
speech_verb = "says"
whisper_verb = "whispers"
key = "0"
flags = RESTRICTED
syllables = list("blah","blah","blah","bleh","meh","neh","nah","wah")
*/
/datum/language/birdsong
name = "Birdsong"
desc = "A language primarily spoken by Narvians"
speech_verb = "chirps"
colour = "birdsongc"
key = "7"
syllables = list ("cheep", "peep", "tweet")
/datum/language/sergal
name = "Sagaru"
desc = "The dominant language of the Sergal homeworld, Vilous. It consists of aggressive low-pitched hissing and throaty growling."
speech_verb = "snarls"
colour = "sergal"
key = "z"
syllables = list ("grr", "gah", "woof", "arf", "arra", "rah", "wor", "sarg")