summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/garden.js6
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)", {