Brain Traumas

This commit is contained in:
XDTM
2017-12-06 12:05:20 -06:00
committed by CitadelStationBot
parent e7e9a4cc9b
commit 988dbe87da
73 changed files with 1622 additions and 105 deletions
+2 -2
View File
@@ -326,7 +326,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
return null
/mob/living/proc/treat_message(message)
if(getBrainLoss() >= 60)
if(derpspeech)
message = derpspeech(message, stuttering)
if(stuttering)
@@ -373,7 +373,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
. = "[verb_whisper] in [p_their()] last breath"
else if(stuttering)
. = "stammers"
else if(getBrainLoss() >= 60)
else if(derpspeech)
. = "gibbers"
else
. = ..()