summaryrefslogtreecommitdiff
path: root/js/garden.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/garden.js')
-rw-r--r--js/garden.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/garden.js b/js/garden.js
index 13fd9e1..14b7c95 100644
--- a/js/garden.js
+++ b/js/garden.js
@@ -150,11 +150,12 @@ const CROPS = [
new Crop("Bok Choy", {
fallCrop: true,
family: "Brassica",
- headStart: 4,
+ headStart: 3,
maturity: 7,
spacing: 4,
species: ["brassica rapa"],
- springPlant: -2
+ springPlant: -2,
+ transplant: true
}),
new Crop("Broccoli", {
fallCrop: true,