From 6a5ceb10b1e5286272e85180355c10932e24355d Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 17 Aug 2015 00:15:19 +0200 Subject: [PATCH] Fix compile error --- code/modules/mob/living/carbon/human/human_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 1304dfd77ed..53afa864754 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -499,7 +499,7 @@ emp_act attack_log += text("\[[time_stamp()]\] Has been attacked by \the [M] controlled by [key_name(M.occupant)]") M.occupant.attack_log += text("\[[time_stamp()]\] Attacked [src] with \the [M]") - if(M.ckey) + if(ckey) msg_admin_attack("[key_name_admin(M.occupant)] attacked [key_name_admin(src)] with \the [M]")