diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-04-01 09:43:13 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-04-01 09:43:13 -0400 |
commit | 682c63603a188d1a299025ccb8cbbd94770c9867 (patch) | |
tree | a8b4a62e73a502c5355bb09c12ca9e058dc4c7b3 /js | |
parent | 47399ace54d34d9fbd0989904d20a7e6e643885c (diff) |
Diffstat (limited to 'js')
-rw-r--r-- | js/garden.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/garden.js b/js/garden.js index 9bc0c8c..8077260 100644 --- a/js/garden.js +++ b/js/garden.js @@ -395,12 +395,12 @@ const CROPS = [ new Crop("Pea", { fallCrop: 'sow', family: "Legume", - headStart: 3, + headStart: 2, maturity: 12, multisow: 4, spacing: 4, species: ["pisum sativum"], - springPlant: -4, + springPlant: -3, transplant: true, trellis: true }), @@ -431,7 +431,7 @@ const CROPS = [ resume: 10, spacing: 4, species: ["raphanus raphanistrum"], - springPlant: -4, + springPlant: -3, transplant: true }), new Crop("Radish (Winter)", { |