diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm
index b41b9d4e742..0f58a405595 100644
--- a/code/game/objects/items/weapons/stunbaton.dm
+++ b/code/game/objects/items/weapons/stunbaton.dm
@@ -74,6 +74,9 @@
else
charges--
H.visible_message("[M] has been stunned with the [src] by [user]!")
+ user.attack_log += "\[[time_stamp()]\] Stunned [H.name] ([H.ckey]) with [src.name]"
+ H.attack_log += "\[[time_stamp()]\] Stunned by [user.name] ([user.ckey]) with [src.name]"
+ log_attack("[user.name] ([user.ckey]) stunned [H.name] ([H.ckey]) with [src.name]" )
playsound(src.loc, 'Egloves.ogg', 50, 1, -1)
if(charges < 1)
status = 0