mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[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:
@@ -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]."))
|
||||
|
||||
Reference in New Issue
Block a user