diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-30 12:43:24 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-30 12:43:24 +0200 |
commit | bbcf158c64cc8f908d0854f426c0d66ffe853da9 (patch) | |
tree | 09dcdde2bb27d830dc70a9bd555304e701f0c889 /constants | |
parent | ce85ae5b3cd7686c14686091e2e4b6d4233aec09 (diff) | |
download | SkyHanni-REPO-bbcf158c64cc8f908d0854f426c0d66ffe853da9.tar.gz SkyHanni-REPO-bbcf158c64cc8f908d0854f426c0d66ffe853da9.tar.bz2 SkyHanni-REPO-bbcf158c64cc8f908d0854f426c0d66ffe853da9.zip |
Farmer Jon only asks for sugar cane. Fandom Wiki is wrong
Diffstat (limited to 'constants')
-rw-r--r-- | constants/Garden.json | 4 |
1 files changed, 3 insertions, 1 deletions
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", |