summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-01-25 17:33:19 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-01-25 17:33:19 -0500
commit8e82779aba69e9e0187238399f43e4c3980d6bf6 (patch)
tree7ef500524e2dbd1807c014e10cd6c80bc49bab56
parent7179cdf22c23d88fa3188e0cbfdb95c67714fd5d (diff)
Fix fallCrop setting for Fennel.
-rw-r--r--js/garden.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/garden.js b/js/garden.js
index 3e0ba35..8c28a18 100644
--- a/js/garden.js
+++ b/js/garden.js
@@ -241,7 +241,7 @@ const CROPS = [
transplant: true
}),
new Crop("Fennel", {
- fallCrop: 'sow',
+ fallCrop: true,
family: "Umbellifer",
maturity: 10,
species: ["foeniculum vulgare"],