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

This commit is contained in:
tigercat2000
2018-04-19 15:08:59 -08:00
parent c03621c508
commit 2364b0332b
25 changed files with 50 additions and 43 deletions
+1 -1
View File
@@ -799,7 +799,7 @@
else if(istype(O, /obj/item/seeds) && !istype(O, /obj/item/seeds/sample))
if(!myseed)
if(istype(O, /obj/item/seeds/kudzu))
investigate_log("had Kudzu planted in it by [user.ckey]([user]) at ([x],[y],[z])","kudzu")
investigate_log("had Kudzu planted in it by [key_name(user)] at ([x],[y],[z])","kudzu")
user.unEquip(O)
to_chat(user, "<span class='notice'>You plant [O].</span>")
dead = 0