mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* 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>
20 lines
794 B
Plaintext
20 lines
794 B
Plaintext
// The language of the podpeople. Yes, it's a shameless ripoff of elvish.
|
|
/datum/language/sylvan
|
|
name = "Sylvan"
|
|
desc = "A complicated, ancient language spoken by sentient plants."
|
|
speech_verb = "expresses"
|
|
ask_verb = "inquires"
|
|
exclaim_verb = "declares"
|
|
key = "h"
|
|
space_chance = 20
|
|
sing_verb = "serenades"
|
|
syllables = list(
|
|
"fii", "sii", "rii", "rel", "maa", "ala", "san", "tol", "tok", "dia", "eres",
|
|
"fal", "tis", "bis", "qel", "aras", "losk", "rasa", "eob", "hil", "tanl", "aere",
|
|
"fer", "bal", "pii", "dala", "ban", "foe", "doa", "cii", "uis", "mel", "wex",
|
|
"incas", "int", "elc", "ent", "aws", "qip", "nas", "vil", "jens", "dila", "fa",
|
|
"la", "re", "do", "ji", "ae", "so", "qe", "ce", "na", "mo", "ha", "yu"
|
|
)
|
|
icon_state = "sylvan"
|
|
default_priority = 90
|