Convert a bunch of name/(ckey) to key_name + ISO-8601 timestamps

This commit is contained in:
tigercat2000
2018-04-19 09:35:44 -08:00
parent c03621c508
commit 2364b0332b
25 changed files with 50 additions and 43 deletions
@@ -136,8 +136,8 @@
C.emp_act(1)
outmsg = "<span class='notice'>You hit the lens of [C] with [src], temporarily disabling the camera!</span>"
log_admin("\[[time_stamp()]\] [user.name] ([user.ckey]) EMPd a camera with a laser pointer")
user.create_attack_log("[user.name] ([user.ckey]) EMPd a camera with a laser pointer")
log_admin("[key_name(user)] EMPd a camera with a laser pointer")
user.create_attack_log("[key_name(user)] EMPd a camera with a laser pointer")
else
outmsg = "<span class='info'>You missed the lens of [C] with [src].</span>"