[MIRROR] Logs kudzu tray planting in investigate botany instead of its own investigate file (#7194)

* Logs kudzu tray planting in investigate botany instead of its own investigate file (#60458)

This PR moves the investigate_log subject of Kudzu being planted in a tray to investigate_botany instead of its own log file.

All the other kudzu logging is in investigate_botany so this one was the odd one out. Consistency for logging.

* Logs kudzu tray planting in investigate botany instead of its own investigate file

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-07-28 22:17:09 +01:00
committed by GitHub
co-authored by MrMelbert
parent 074736048b
commit cc86d3bb36
+1 -1
View File
@@ -571,7 +571,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 [key_name(user)] at [AREACOORD(src)]","kudzu")
investigate_log("had Kudzu planted in it by [key_name(user)] at [AREACOORD(src)].", INVESTIGATE_BOTANY)
if(!user.transferItemToLoc(O, src))
return
to_chat(user, span_notice("You plant [O]."))