Send more stuff to attack log rather than admin log.

This commit is contained in:
ZomgPonies
2014-06-20 13:42:42 -04:00
parent ccce33017f
commit dedd110700
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -118,5 +118,5 @@ proc/add_logs(mob/target, mob/user, what_done, var/object=null, var/addition=nul
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>)")
msg_admin_attack("[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>)")
@@ -93,7 +93,7 @@
user.drop_item()
W.loc=src
user << "You cram \the [W] into the nozzle of \the [src]."
message_admins("[user]/[user.ckey] has crammed \a [W] into a [src].")
msg_admin_attack("[user]/[user.ckey] has crammed \a [W] into a [src].")
/obj/item/weapon/extinguisher/afterattack(atom/target, mob/user , flag)