From fa37fcd12b65f9f699eaca55dfba7a8a0c33dc35 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 6 Jul 2017 09:15:09 -0500 Subject: [PATCH] Fixes being unable to dig plants out of soil --- code/modules/hydroponics/hydroponics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/hydroponics.dm b/code/modules/hydroponics/hydroponics.dm index d98402294a..99d1b9a58a 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -837,7 +837,7 @@ for(var/obj/machinery/hydroponics/h in range(1,src)) h.update_icon() - else if(istype(O, /obj/item/weapon/shovel/spade) && unwrenchable) + else if(istype(O, /obj/item/weapon/shovel/spade)) if(!myseed && !weedlevel) to_chat(user, "[src] doesn't have any plants or weeds!") return