summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-01-25 17:33:33 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-01-25 17:33:33 -0500
commit4579efdad2b09a9ca342005cca4142d1d2b90129 (patch)
tree5c8c96396336c7b1dbceee281314f3ddf3066c57
parent8e82779aba69e9e0187238399f43e4c3980d6bf6 (diff)
Change Dill to be planted 4 weeks before last frost and 3 week intervals.
-rw-r--r--js/garden.js4
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",