mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 14:36:23 +01:00
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:
@@ -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")
|
||||
Reference in New Issue
Block a user