Skip to content

Commit

Permalink
new(wanderer): Update Farming.ts (pokeclicker#5463)
Browse files Browse the repository at this point in the history
  • Loading branch information
aheadfrogg authored Jul 27, 2024
1 parent 6703a3d commit 4921661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/farming/Farming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ class Farming implements Feature {
'The attracted Bug Pokémon decrease the amount of harvestable Berries in nearby plants.',
],
new Aura(AuraType.Harvest, [0.9, 0.8, 0.7]),
['Pinsir', 'Shuckle', 'Shuckle (Corked)', 'Nincada', 'Sizzlipede']
['Pinsir', 'Shuckle', 'Shuckle (Corked)', 'Nincada', 'Mothim', 'Sizzlipede']
);

this.berryData[BerryType.Charti] = new Berry(
Expand Down

0 comments on commit 4921661

Please sign in to comment.