mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Convert a bunch of name/(ckey) to key_name + ISO-8601 timestamps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user