diff options
-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", |