mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* caps fixed, small other fixes and mushpunch * honey, i fixed the bugs! * STUPID YORII DUMB GIRL STINK LEAVE * boolean is such a fun word * zoinks * F_XED * fixes part 2 * TRUEs and FALSEs * don't drink and code boys unless you're goofball or like maybe kor * for entirely different reasons i mean * at what point is goofball too drunk to troll but not drunk enough to shitcode * cool your jets, travis. * what a TRAVIS-TY * mush added to yet another blacklist!
12 lines
449 B
Plaintext
12 lines
449 B
Plaintext
/datum/language/mushroom
|
|
name = "Mushroom"
|
|
desc = "A language that consists of the sound of periodic gusts of spore-filled air being released."
|
|
speech_verb = "puffs"
|
|
ask_verb = "puffs inquisitively"
|
|
exclaim_verb = "poofs loudly"
|
|
whisper_verb = "puffs quietly"
|
|
key = "y"
|
|
sentence_chance = 0
|
|
default_priority = 80
|
|
syllables = list("poof", "pff", "pFfF", "piff", "puff", "pooof", "pfffff", "piffpiff", "puffpuff", "poofpoof", "pifpafpofpuf")
|