Files
Yogstation/code/modules/language/aphasia.dm
Jamie D b80a77572d Fixes Runechat runtimes and Adds Singing And fixes lots of other runtimes (#10325)
* E

* More runtimes

* Fucking i(n)dent I swear
2020-11-05 20:25:37 +00:00

14 lines
463 B
Plaintext

/datum/language/aphasia
name = "Gibbering"
desc = "It is theorized that any sufficiently brain-damaged person can speak this language."
speech_verb = "garbles"
ask_verb = "mumbles"
whisper_verb = "mutters"
exclaim_verb = "screams incoherently"
flags = LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD
key = "i"
syllables = list("m","n","gh","h","l","s","r","a","e","i","o","u")
space_chance = 20
default_priority = 10
icon_state = "aphasia"
sing_verb = "gibbers"