diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 88ac251b91d..50cbb1e7e75 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -60,7 +60,7 @@ /obj/item/reagent_containers/food/snacks/grown/attackby(obj/item/O, mob/user, params) ..() - if(slices_num && slice_path) + if(slices_num > 0 && slice_path) var/inaccurate = TRUE if(O.sharp) if(istype(O, /obj/item/kitchen/knife) || istype(O, /obj/item/scalpel))