We don't care if you're punching yourself.

This commit is contained in:
ZomgPonies
2014-05-26 05:55:35 -04:00
parent 7c9e466452
commit a538b8b723
+1
View File
@@ -117,5 +117,6 @@ proc/add_logs(mob/target, mob/user, what_done, var/object=null, var/addition=nul
log_attack("<font color='red'>[user.name][ismob(user) ? "([user.ckey])" : ""] [what_done] [target.name][ismob(target) ? "([target.ckey])" : ""][object ? " with [object]" : " "][addition]</font>")
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](<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[target.x];Y=[target.y];Z=[target.z]'>JMP</a>)")