diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-03-24 08:57:39 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-03-24 08:57:39 -0400 |
commit | d505fbaa2da3dc0c20838a11bf82ebdd971b5d34 (patch) | |
tree | 4d61767a3f27a261f072ffaef09dce71d9d679a7 /js | |
parent | e984ffa0b1b1106151efd6f57f40e0565c39d0b1 (diff) |
Adjust Endive start time.
Diffstat (limited to 'js')
-rw-r--r-- | js/garden.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/garden.js b/js/garden.js index 12a5fc4..13fd9e1 100644 --- a/js/garden.js +++ b/js/garden.js @@ -258,7 +258,7 @@ const CROPS = [ new Crop("Endive", { depth: .125, family: "Aster", - headStart: 6, + headStart: 4, maturity: 4, species: ["cichorium endivia"], springPlant: -3, |