diff --git a/src/components/farmModal.html b/src/components/farmModal.html index caacf2626c..e4b7100546 100644 --- a/src/components/farmModal.html +++ b/src/components/farmModal.html @@ -325,8 +325,8 @@

Mutations


Evolution mutations: They usually require a Berry changing into other and are related with flavour profiles or use of objects. These mutations can start to happen at Taller stage.

Mulches

-

Mulches can be bought in later regions from Berry Masters, -
They can be used on plots for different effects:

+

Mulches can be bought in later regions from Berry Masters. They last 5 minutes each and can be stacked. However, you cannot combine multiple types of mulch on the same plot!

+

They can be used on plots for different effects:

diff --git a/src/scripts/farming/Farming.ts b/src/scripts/farming/Farming.ts index 3597cde752..8070c88528 100644 --- a/src/scripts/farming/Farming.ts +++ b/src/scripts/farming/Farming.ts @@ -928,6 +928,7 @@ class Farming implements Feature { [ 'Tiny hooks grow on the surface of this Berry. It latches on to Pokémon so it can be carried to far-off places.', 'It has a tendency to overtake nearby plants.', + 'It also prevents Kasib from mutating.', ], undefined, ['Houndour', 'Absol', 'Stunky', 'Zorua', 'Impidimp'] @@ -1178,7 +1179,7 @@ class Farming implements Feature { BerryFirmness.Very_Hard, [ 'This Berry is surrounded by mystery. It is rumored to be imbued with the power of all living things.', - 'This power keeps other Berries alive for longer.', + 'This power revitalizes and prevents other berries from withering.', ], undefined, ['Mew']
Boost Mulch