Merge pull request #5898 from Walter0o/patch-1

fixes #5876
This commit is contained in:
Zuhayr
2014-08-05 13:22:26 +09:30

View File

@@ -229,7 +229,9 @@
adjustBruteLoss(damage)
/mob/living/simple_animal/bullet_act(var/obj/item/projectile/Proj)
if(!Proj) return
if(!Proj || Proj.nodamage)
return
adjustBruteLoss(Proj.damage)
return 0