From b220b7f88663ee69322562ba41626a9c3a048f63 Mon Sep 17 00:00:00 2001 From: tigercat2000 Date: Sat, 21 Apr 2018 21:13:53 -0700 Subject: [PATCH] Actually make compile --- code/modules/mob/living/carbon/human/human_attackhand.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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