mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Xeno nerf
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user