From e214704b34f0840ad724136362264aad4e37cdf9 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Sun, 26 Jan 2025 06:31:00 +0000 Subject: [PATCH] Update hydroponics_tray.dm (#28119) --- code/modules/hydroponics/hydroponics_tray.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/hydroponics/hydroponics_tray.dm b/code/modules/hydroponics/hydroponics_tray.dm index 63194d4b342..09c0b3c7f0f 100644 --- a/code/modules/hydroponics/hydroponics_tray.dm +++ b/code/modules/hydroponics/hydroponics_tray.dm @@ -494,8 +494,6 @@ plant_hud_set_health() plant_hud_set_status() - - /obj/machinery/hydroponics/proc/mutatepest(mob/user) if(pestlevel > 5) message_admins("[ADMIN_LOOKUPFLW(user)] caused spiderling pests to spawn in a hydro tray") @@ -859,6 +857,7 @@ update_state() else to_chat(user, "This plot is completely devoid of weeds! It doesn't need uprooting.") + return ITEM_INTERACT_COMPLETE else if(istype(used, /obj/item/storage/bag/plants)) if(!harvest)