diff --git a/code/modules/hydroponics/hydroponics.dm b/code/modules/hydroponics/hydroponics.dm index 2adfb1f6226..cb3ece689d9 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -1042,4 +1042,7 @@ else ..() +/obj/machinery/hydroponics/soil/CanPass() + return 1 + #undef HYDRO_CYCLES_PER_AGE \ No newline at end of file