mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Send more stuff to attack log rather than admin log.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user