makes stun prods great again

This commit is contained in:
alexkar598
2018-03-20 17:21:21 -04:00
committed by GitHub
parent a8c5a891b1
commit 13d02eb490
+1 -1
View File
@@ -89,7 +89,7 @@
return
/obj/item/weapon/melee/baton/attack_self(mob/user)
if(bcell && bcell.charge > hitcost)
if(bcell && bcell.charge >= hitcost)
status = !status
to_chat(user, "<span class='notice'>[src] is now [status ? "on" : "off"].</span>")
playsound(loc, "sparks", 75, 1, -1)