Merge pull request #14570 from BlueWildrose/tellmeabouttheelves
Sylvan and Mushroom languages now tongueless, EaL learnable
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
default_priority = 90
|
default_priority = 90
|
||||||
|
|
||||||
icon_state = "eal"
|
icon_state = "eal"
|
||||||
|
chooseable_roundstart = TRUE
|
||||||
|
|
||||||
/datum/language/machine/get_random_name()
|
/datum/language/machine/get_random_name()
|
||||||
if(prob(70))
|
if(prob(70))
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
exclaim_verb = "poofs loudly"
|
exclaim_verb = "poofs loudly"
|
||||||
whisper_verb = "puffs quietly"
|
whisper_verb = "puffs quietly"
|
||||||
key = "y"
|
key = "y"
|
||||||
|
flags = TONGUELESS_SPEECH
|
||||||
sentence_chance = 0
|
sentence_chance = 0
|
||||||
default_priority = 80
|
default_priority = 80
|
||||||
syllables = list("poof", "pff", "pFfF", "piff", "puff", "pooof", "pfffff", "piffpiff", "puffpuff", "poofpoof", "pifpafpofpuf")
|
syllables = list("poof", "pff", "pFfF", "piff", "puff", "pooof", "pfffff", "piffpiff", "puffpuff", "poofpoof", "pifpafpofpuf")
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
ask_verb = "inquires"
|
ask_verb = "inquires"
|
||||||
exclaim_verb = "declares"
|
exclaim_verb = "declares"
|
||||||
key = "h"
|
key = "h"
|
||||||
|
flags = TONGUELESS_SPEECH
|
||||||
space_chance = 20
|
space_chance = 20
|
||||||
syllables = list(
|
syllables = list(
|
||||||
"fii", "sii", "rii", "rel", "maa", "ala", "san", "tol", "tok", "dia", "eres",
|
"fii", "sii", "rii", "rel", "maa", "ala", "san", "tol", "tok", "dia", "eres",
|
||||||
|
|||||||
Reference in New Issue
Block a user