diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 5e1beb969ef..227374bd420 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -96,6 +96,7 @@ playsound(loc, 'sound/weapons/Egloves.ogg', 50, 1, -1) H.do_attack_animation(C) visible_message("[C] has been touched with [src] by [H]!") + add_attack_logs(H, C, "Touched with stun gloves") C.Stun(stun_strength) C.Weaken(stun_strength) C.apply_effect(STUTTER, stun_strength)