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:
committed by
CitadelStationBot
parent
241d2d88e6
commit
b6343c813b
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user