Fixes being unable to dig plants out of soil
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user