Simple animals shouldn't be hit twice per click

This commit is contained in:
Anewbe
2018-02-20 19:27:03 -06:00
parent 9549d18c4e
commit 0302ab89ef

View File

@@ -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)