Files
GS13/code/modules/language/aphasia.dm
Improvedname 0c1ddee60e SINGING
2020-03-06 20:12:43 +01:00

15 lines
464 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"
sing_verb = "gibbers"
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"