From f87b120dd5ec2c1f0cdd877e799848e09f2ff7ec Mon Sep 17 00:00:00 2001 From: Yoshax Date: Tue, 19 Jan 2016 19:11:05 +0000 Subject: [PATCH] Fixes #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 405386a827..899a01c3fa 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