From 7c6ba3a14b35e2a461dc8ad233f38ff056a9b9d6 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:40:29 -0600 Subject: [PATCH] adjusts the msg for weedinvasion on empty tray (#20544) --- code/modules/hydroponics/hydroponics_tray.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/hydroponics_tray.dm b/code/modules/hydroponics/hydroponics_tray.dm index a4b60868000..82c7c5eb365 100644 --- a/code/modules/hydroponics/hydroponics_tray.dm +++ b/code/modules/hydroponics/hydroponics_tray.dm @@ -379,7 +379,7 @@ oldPlantName = myseed.plantname QDEL_NULL(myseed) else - oldPlantName = "empty tray" + oldPlantName = "[name]" switch(rand(1,18)) // randomly pick predominative weed if(16 to 18) myseed = new /obj/item/seeds/reishi(src)