From bbcf158c64cc8f908d0854f426c0d66ffe853da9 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:43:24 +0200 Subject: Farmer Jon only asks for sugar cane. Fandom Wiki is wrong --- constants/Garden.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/constants/Garden.json b/constants/Garden.json index 56fd8d9..9c95438 100644 --- a/constants/Garden.json +++ b/constants/Garden.json @@ -159,7 +159,9 @@ }, "Farmer Jon": { "rarity": "uncommon", - "need_items": [] + "need_items": [ + "Sugar Cane" + ] }, "Farmhand": { "rarity": "uncommon", -- cgit