Merge pull request #688 from Citadel-Station-13/upstream-merge-26729

[MIRROR] Gang Pen Is now Stealthy
This commit is contained in:
LetterJay
2017-05-02 03:03:43 -05:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@
..()
last_used = world.time
/obj/item/weapon/pen/gang/attack(mob/living/M, mob/user)
/obj/item/weapon/pen/gang/attack(mob/living/M, mob/user, stealth = TRUE)
if(!istype(M))
return
if(ishuman(M) && ishuman(user) && M.stat != DEAD)