Xeno nerf

This commit is contained in:
ZomgPonies
2014-07-21 10:08:02 -04:00
parent 8b703f55af
commit 4b98dc1ff4
2 changed files with 16 additions and 6 deletions
@@ -174,4 +174,9 @@
/obj/item/projectile/bullet/neurotoxin/on_hit(var/atom/target, var/blocked = 0)
if(isalien(target))
return 0
if(ishuman(target))
var/mob/living/carbon/human/H = target
if(prob(H.getarmor(def_zone, "melee")))
H.visible_message("\red The [src.name] splatters uselessly on the armor!")
return 0
..() // Execute the rest of the code.