From 4b8a5e226aee6ae7d4f808b64d78c703ae496dff Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 2 Oct 2015 05:24:03 +0200 Subject: [PATCH] Fix docility not updating when host is unconscious --- 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 3e0c3605eda..df0a4d533b2 100644 --- a/code/modules/mob/living/simple_animal/borer.dm +++ b/code/modules/mob/living/simple_animal/borer.dm @@ -67,7 +67,7 @@ if(host) - if(!stat && !host.stat) + if(!stat && host.stat != DEAD) if(host.reagents.has_reagent("sugar")) if(!docile)