This commit is contained in:
ExcessiveUseOfCobblestone
2017-04-30 03:35:22 -04:00
committed by GitHub
parent 7eb24185d9
commit a11e513ee2
+1 -1
View File
@@ -11,7 +11,7 @@
..()
last_used = world.time
/obj/item/weapon/pen/gang/attack(mob/living/M, mob/user, stealth = 1)
/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)