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)