From 857cce2da53842f172574053d9d49c70a8dec4ad Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 10 Aug 2013 13:22:35 -0700 Subject: [PATCH] Brainloss emoting tweak. --- code/modules/mob/living/simple_animal/borer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/borer.dm b/code/modules/mob/living/simple_animal/borer.dm index 977c4e15355..46ff70493c9 100644 --- a/code/modules/mob/living/simple_animal/borer.dm +++ b/code/modules/mob/living/simple_animal/borer.dm @@ -57,7 +57,7 @@ if(prob(5)) host.adjustBrainLoss(rand(1,2)) - if(prob(host.brainloss)) + if(prob(host.brainloss/20)) host.say("*[pick(list("blink","blink_r","choke","aflap","drool","twitch","twitch_s","gasp"))]") //if(host.brainloss > 100)