diff --git a/code/modules/hydroponics/hydroponics.dm b/code/modules/hydroponics/hydroponics.dm index cb3ece689d9..21a810d7b2f 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -1003,7 +1003,7 @@ if(istype(mover) && mover.checkpass(PASSTABLE)) return 1 else - return 0 + return ..() /obj/machinery/hydroponics/attack_animal(mob/living/user) if(istype(user, /mob/living/simple_animal/diona)) @@ -1042,7 +1042,4 @@ else ..() -/obj/machinery/hydroponics/soil/CanPass() - return 1 - #undef HYDRO_CYCLES_PER_AGE \ No newline at end of file