From 0302ab89ef44c92028d35e5f4284f1101ffc93b0 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Tue, 20 Feb 2018 19:27:03 -0600 Subject: [PATCH] Simple animals shouldn't be hit twice per click --- code/modules/mob/living/simple_animal/simple_animal.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/simple_animal.dm b/code/modules/mob/living/simple_animal/simple_animal.dm index 173c2c83872..f3f7111d4c3 100644 --- a/code/modules/mob/living/simple_animal/simple_animal.dm +++ b/code/modules/mob/living/simple_animal/simple_animal.dm @@ -642,7 +642,6 @@ if(istype(O, /obj/item/weapon/material/knife) || istype(O, /obj/item/weapon/material/knife/butch)) harvest(user) else - O.attack(src, user, user.zone_sel.selecting) ai_log("attackby() I was weapon'd by: [user]",2) if(O.force) react_to_attack(user)