Made hydroponics happen 5 times slower, current rate means you have no time to do anything

This is entirely a guess at the correct speed and will likely require further changes
This commit is contained in:
Miniature
2012-01-13 00:57:27 +10:30
parent 225b2ad03e
commit 79b4e56971
+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