From 47308ea89a047b4839de7c3baadc8a4694c2f6f1 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Tue, 19 Jan 2016 19:11:05 +0000 Subject: [PATCH] Fixes https://github.com/PolarisSS13/Polaris/issues/796. --- code/modules/mob/living/simple_animal/hostile/hostile.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/hostile.dm b/code/modules/mob/living/simple_animal/hostile/hostile.dm index 4d6229bc1d9..e7c46f56c70 100644 --- a/code/modules/mob/living/simple_animal/hostile/hostile.dm +++ b/code/modules/mob/living/simple_animal/hostile/hostile.dm @@ -13,6 +13,7 @@ var/break_stuff_probability = 10 stop_automated_movement_when_pulled = 0 var/destroy_surroundings = 1 + a_intent = I_HURT var/shuttletarget = null var/enroute = 0