diff --git a/code/modules/mob/living/carbon/human/human_attackhand.dm b/code/modules/mob/living/carbon/human/human_attackhand.dm index 068ea74b485..57be152295b 100644 --- a/code/modules/mob/living/carbon/human/human_attackhand.dm +++ b/code/modules/mob/living/carbon/human/human_attackhand.dm @@ -19,7 +19,7 @@ ..() if((M != src) && M.a_intent != INTENT_HELP && check_shields(0, M.name, attack_type = UNARMED_ATTACK)) - add_logs(M, src, "Melee attack (failed to shield)") + add_attack_logs(M, src, "Melee attacked with fists (miss/block)") visible_message("[M] attempted to touch [src]!") return 0