From 172055dcfc8ceedb8fb53aace7d76db008682937 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 26 May 2014 06:02:20 -0400 Subject: [PATCH] Hurr Durr --- code/modules/mob/living/living_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/living_defense.dm b/code/modules/mob/living/living_defense.dm index 1202d4afe49..ec927c80424 100644 --- a/code/modules/mob/living/living_defense.dm +++ b/code/modules/mob/living/living_defense.dm @@ -87,7 +87,7 @@ src.attack_log += text("\[[time_stamp()]\] Has been hit with a thrown [O], last touched by [M.name] ([assailant.ckey])") M.attack_log += text("\[[time_stamp()]\] Hit [src.name] ([src.ckey]) with a thrown [O]") - if(!src.ckey) + if(src.ckey) msg_admin_attack("[src.name] ([src.ckey]) was hit by a thrown [O], last touched by [M.name] ([assailant.ckey]) (JMP)") if(!iscarbon(M)) src.LAssailant = null