diff --git a/code/game/machinery/hydroponics.dm b/code/game/machinery/hydroponics.dm index a39d1b9445b..199fed0b860 100644 --- a/code/game/machinery/hydroponics.dm +++ b/code/game/machinery/hydroponics.dm @@ -16,7 +16,7 @@ var/health = 0 // Its health. var/lastproduce = 0 // Last time it was harvested var/lastcycle = 0 //Used for timing of cycles. - var/cycledelay = 200 // About 10 seconds / cycle + var/cycledelay = 1000 // About 50 seconds / cycle var/planted = 0 // Is it occupied? var/harvest = 0 //Ready to harvest? var/obj/item/seeds/myseed = null // The currently planted seed