This commit is contained in:
kevinz000
2020-02-13 16:25:43 -07:00
parent b3a81d9c8e
commit e8ccf4b6d7
8 changed files with 18 additions and 15 deletions
+2 -2
View File
@@ -528,8 +528,8 @@
if(B.cell)
if(B.cell.charge > 0 && B.status == 1)
flick("baton_active", src)
var/stunforce = B.stunforce
user.Knockdown(stunforce)
var/stunforce = B.stamforce
user.Knockdown(stunforce * 2)
user.stuttering = stunforce/20
B.deductcharge(B.hitcost)
user.visible_message("<span class='warning'>[user] shocks [user.p_them()]self while attempting to wash the active [B.name]!</span>", \