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)")