Files
Yogstation/code/modules/language/etherean.dm
Chubbygummibear 5a33e9a8ba Adds a racial language for every xeno who doesn't have one (#12082)
* Bonespeak added as plasmeme racial language

* Cleaned up sheltered trait to work for the forseeable future with any language changes. i think

* bone

* .

* BUG LANGUAGE BUG LANGUAGE

* buggin

* i forgor

* Update negative.dm

had these bad boys flipped. i think

* THEY'RE PEOPLE TOO

* snap crackle pop language for lightbulbs

* m is reserved for mice i guess oops (thanks ynot)

* i don't know where to find these icons god damn my soul

* codersprites lmao

* sprites sprites sprites

* more sprite shid

* tcomms updated with all languages

* etherEAN instead of ian what was i thinking god damn me

* oops

* forgot moff oops

* Update yogstation.dme

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2021-08-26 00:12:55 +01:00

16 lines
389 B
Plaintext

/datum/language/etherean
name = "Etherean"
desc = "The native language of the Ethereals."
speech_verb = "crackles"
ask_verb = "pops"
exclaim_verb = "jolts"
key = "3"
flags = TONGUELESS_SPEECH
space_chance = 70
syllables = list(
"zap", "pop", "zzzz", "bzzzz", "tzzt", "hmmmm", "mmmm", "dzzzt", "ohmm", "zpp"
)
icon_state = "ethereal"
default_priority = 90
sing_verb = "hums"