From 07d5a6867a27c6082b21b80491496e435ee5b502 Mon Sep 17 00:00:00 2001 From: JosiahWI <41302989+JosiahWI@users.noreply.github.com> Date: Sat, 1 Jan 2022 14:38:44 -0600 Subject: [PATCH] keeping a tree healthy Co-authored-by: benrob0329 --- templates/standard.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/standard.adoc b/templates/standard.adoc index fcd3956..518ab21 100644 --- a/templates/standard.adoc +++ b/templates/standard.adoc @@ -42,7 +42,11 @@ plant_tree(Vector.new(35, 42, 36), "regular") Grows the tree at `pos` if the node at `pos` is a valid pomegranate tree. -* `spray_tree()` +=== `spray_tree(pos, pesticide)` +* `pos`: `Vector` +* `pesticide`: `string` + +Sprays tree at `pos` with `pesticide` if it is a registered chemical. == Source You can contribute to the documentation at {url-source}[our GitHub repository]!