From 2d4e7d88ee56e9040fac364ca481bb47f9064978 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Sun, 26 Mar 2017 00:06:00 -0400 Subject: [PATCH] CanPass tweak --- code/modules/hydroponics/hydroponics.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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