diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index 40cc0edbbd5..3cc200ce004 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -250,7 +250,7 @@ Proc for attack log creation, because really why not */ proc/add_logs(mob/user, mob/target, what_done, var/object=null, var/addition=null, var/admin=1, var/print_attack_log = 1)//print_attack_log notifies admins with attack logs on - var/list/ignore=list("shaked", "CPRed", "grabbed", "punched", "disarmed") + var/list/ignore=list("shaked", "CPRed", "grabbed", "disarmed") if(!user) return if(ismob(user))