From d518b81adac83fb4a7868e616a85ecf4cf1e79da Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:39:37 +0100 Subject: [PATCH] Why does Kudzu do this (#31163) --- code/modules/hydroponics/grown/kudzu.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/kudzu.dm b/code/modules/hydroponics/grown/kudzu.dm index 7d0e54c60c3..d21615a9176 100644 --- a/code/modules/hydroponics/grown/kudzu.dm +++ b/code/modules/hydroponics/grown/kudzu.dm @@ -32,7 +32,7 @@ var/turf/T = get_turf(src) message_admins("Kudzu planted by [key_name_admin(user)]([ADMIN_QUE(user,"?")]) ([ADMIN_FLW(user,"FLW")]) at ([T.x],[T.y],[T.z] - (JMP))",0,1) investigate_log("was planted by [key_name(user)] at ([T.x],[T.y],[T.z])","kudzu") - new /obj/structure/spacevine_controller(user.loc, mutations, potency, production) + new /obj/structure/spacevine_controller(T, mutations, potency, production) user.drop_item() qdel(src)