From a538b8b723ead213ea7d2a66cc59ff42bc6973c9 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 26 May 2014 05:55:35 -0400 Subject: [PATCH] We don't care if you're punching yourself. --- code/__HELPERS/mobs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index 00b7b7603fc..a55e32fc99e 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -117,5 +117,6 @@ proc/add_logs(mob/target, mob/user, what_done, var/object=null, var/addition=nul log_attack("[user.name][ismob(user) ? "([user.ckey])" : ""] [what_done] [target.name][ismob(target) ? "([target.ckey])" : ""][object ? " with [object]" : " "][addition]") if(target.client) if(what_done in ignore) return + if(target == user)return message_admins("[user.name][ismob(user) ? "([user.ckey])" : ""] [what_done] [target.name][ismob(target) ? "([target.ckey])" : ""][object ? " with [object]" : " "][addition](JMP)")