Merge pull request #4420 from Citadel-Station-13/upstream-merge-33405

[MIRROR] [Ready]Brain Trauma additions
This commit is contained in:
deathride58
2017-12-21 03:42:38 +00:00
committed by GitHub
29 changed files with 525 additions and 140 deletions
+13
View File
@@ -0,0 +1,13 @@
/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_1 = 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"