Merge pull request #32215 from kevinz000/patch-363

fixes sinks applying baton stunforce to stutter without proper conversion between tick and mob life counting.
This commit is contained in:
Jordan Brown
2017-10-30 15:37:03 -04:00
committed by CitadelStationBot
parent 241d2d88e6
commit b6343c813b

View File

@@ -498,7 +498,7 @@
flick("baton_active", src)
var/stunforce = B.stunforce
user.Knockdown(stunforce)
user.stuttering = stunforce
user.stuttering = stunforce/20
B.deductcharge(B.hitcost)
user.visible_message("<span class='warning'>[user] shocks themself while attempting to wash the active [B.name]!</span>", \
"<span class='userdanger'>You unwisely attempt to wash [B] while it's still on.</span>")