Fixes a dumb stunbaton log error (#7116)

This commit is contained in:
Matt Atlas
2019-10-05 23:57:55 +03:00
committed by Erki
parent bcd3aca885
commit 0c8ca30cb1
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -157,7 +157,7 @@
else
H.visible_message("<span class='danger'>[L] has been prodded in the [affecting.name] with \the [src] by [user]!</span>")
var/intent = "(INTENT: [user? uppertext(user.a_intent) : "N/A"])"
admin_attack_log(user, L, "was stunned by this mob with [src] [intent]", "stunned this mob with [src] [intent]", "stunned with [src] \the")
admin_attack_log(user, L, "was stunned by this mob with [src] [intent]", "stunned this mob with [src] [intent]", "stunned with [src]")
if(!sheathed)
H.electrocute_act(force * 2, src, ground_zero = target_zone)
if(isslime(L))