From 03f116b8a49293c7b3955b0b8ef8d20df838d9fd Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 26 Jul 2014 11:34:50 -0400 Subject: [PATCH] Compile fix --- code/game/objects/items/weapons/stunbaton.dm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm index d448770cd1e..3ca5e3ca4ba 100644 --- a/code/game/objects/items/weapons/stunbaton.dm +++ b/code/game/objects/items/weapons/stunbaton.dm @@ -163,21 +163,6 @@ deductcharge(hitcost) - user.attack_log += "\[[time_stamp()]\] Stunned [L.name] ([L.ckey]) with [name]" - L.attack_log += "\[[time_stamp()]\] Stunned by [user.name] ([user.ckey]) with [name]" - log_attack("[user.name] ([user.ckey]) stunned [L.name] ([L.ckey]) with [name]" ) - - if(!iscarbon(user)) - L.LAssailant = null - else - L.LAssailant = user - - if(bcell.charge < hitcost) - status = 0 - update_icon() - - add_fingerprint(user) - /obj/item/weapon/melee/baton/throw_impact(atom/hit_atom) . = ..() if (prob(50))