Fixes being unable to dig plants out of soil

This commit is contained in:
CitadelStationBot
2017-07-06 09:15:09 -05:00
parent b1b4826c0c
commit fa37fcd12b

View File

@@ -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, "<span class='warning'>[src] doesn't have any plants or weeds!</span>")
return