Why does Kudzu do this (#31163)

This commit is contained in:
DGamerL
2025-12-01 14:39:37 +01:00
committed by GitHub
parent 727a42321e
commit d518b81ada
+1 -1
View File
@@ -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] - <A href='byond://?_src_=holder;adminplayerobservecoodjump=1;X=[T.x];Y=[T.y];Z=[T.z]'>(JMP)</a>)",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)