Fixes the telebaton logging to be the correct way around.

This commit is contained in:
Tigercat2000
2014-11-30 20:20:14 -08:00
parent 8ac21a4f1b
commit 770c2ca8e6
@@ -222,7 +222,7 @@
if(cooldown <= 0)
playsound(get_turf(src), 'sound/effects/woodhit.ogg', 75, 1, -1)
target.Weaken(3)
add_logs(user, target, "stunned", object="telescopic baton")
add_logs(target, user, "stunned", object="telescopic baton")
src.add_fingerprint(user)
target.visible_message("<span class ='danger'>[target] has been knocked down with \the [src] by [user]!</span>")
if(!iscarbon(user))