Merge pull request #272 from Miniature/master

Made hydroponics happen 5 times slower
This commit is contained in:
Albert Iordache
2012-01-12 11:28:57 -08:00
+1 -1
View File
@@ -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