From dfc56148d3aedf6b0e1ab37893609d94f70f14f1 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Sat, 25 Mar 2017 14:00:01 -0400 Subject: [PATCH] soil CanPass() override Small piles of dirt are no longer going to stop you from your botanical machinations. --- code/modules/hydroponics/hydroponics.dm | 3 +++ 1 file changed, 3 insertions(+) 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