summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-02-15 08:02:13 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-02-15 08:02:13 -0500
commitca267cc211c735e01bc23b2c815adcfc6316bdf7 (patch)
tree004d842233963b1603028bc0b58c0b96ed1c9f3f
parentf9770873e92ccc5d8fff322165dcb77d75f9ef08 (diff)
onion: Change depth to 0.5.
-rw-r--r--js/garden.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/garden.js b/js/garden.js
index 8e5c991..51beb1a 100644
--- a/js/garden.js
+++ b/js/garden.js
@@ -316,6 +316,7 @@ const CROPS = [
transplant: true
}),
new Crop("Onion", {
+ depth: 0.5,
family: "Allium",
headStart: 6,
maturity: 14,