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
+1 -1
View File
@@ -218,7 +218,7 @@ var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin
before_cast(targets)
invocation()
if(user && user.ckey)
user.create_attack_log("<font color='red'>[user.real_name] ([user.ckey]) cast the spell [name].</font>")
user.create_attack_log("<font color='red'>[key_name(user)] cast the spell [name].</font>")
spawn(0)
if(charge_type == "recharge" && recharge)
start_recharge()