diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-01-25 17:33:33 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-01-25 17:33:33 -0500 |
commit | 4579efdad2b09a9ca342005cca4142d1d2b90129 (patch) | |
tree | 5c8c96396336c7b1dbceee281314f3ddf3066c57 /js | |
parent | 8e82779aba69e9e0187238399f43e4c3980d6bf6 (diff) |
Change Dill to be planted 4 weeks before last frost and 3 week intervals.
Diffstat (limited to 'js')
-rw-r--r-- | js/garden.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/garden.js b/js/garden.js index 8c28a18..f9f5f06 100644 --- a/js/garden.js +++ b/js/garden.js @@ -219,10 +219,10 @@ const CROPS = [ }), new Crop("Dill", { family: "Umbellifer", - interval: 4, + interval: 3, maturity: 8, species: ["anethum graveolens"], - springPlant: 0 + springPlant: -4 }), new Crop("Eggplant", { family: "Nightshade", |