mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 20:28:14 +01:00
Sagaru language (#17)
* stupid super custom species * makes people actually able to speak it + solves minor problems
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// And so, people started making weird sounds that only similar ones could understand and do them too.
|
||||
|
||||
/datum/language/sandcode
|
||||
icon = 'sandcode/icons/misc/language.dmi'
|
||||
|
||||
/datum/language/sandcode/sergal
|
||||
name = LANGUAGE_SERGAL
|
||||
desc = "The dominant language of the Sergal homeworld, Tal. It consists of aggressive low-pitched hissing and throaty growling."
|
||||
speech_verb = "snarls"
|
||||
ask_verb = "snarls"
|
||||
exclaim_verb = "barks"
|
||||
key = "z"
|
||||
space_chance = 40
|
||||
syllables = list("grr", "gah", "woof", "arf", "arra", "rah", "wor", "sarg")
|
||||
icon_state = "cheese"
|
||||
flags = TONGUELESS_SPEECH
|
||||
Reference in New Issue
Block a user