Adds in mob capsules

This commit is contained in:
Spacemanspark
2016-02-08 23:40:53 -06:00
parent e1c974fbe8
commit 24afe14a12
7 changed files with 87 additions and 1 deletions
@@ -414,7 +414,7 @@
else if(meat_type && (stat == DEAD)) //if the animal has a meat, and if it is dead.
if(istype(O, /obj/item/weapon/kitchen/knife))
harvest()
else
else if(istype(O) && istype(user) && !O.attack(src, user))
user.changeNext_move(CLICK_CD_MELEE)
user.do_attack_animation(src)
var/damage = 0