diff --git a/2.5DHero/2.5DHero/Pokemon/Abilities/StrongJaw.vb b/2.5DHero/2.5DHero/Pokemon/Abilities/StrongJaw.vb index 681465ad9..94d7a03c4 100644 --- a/2.5DHero/2.5DHero/Pokemon/Abilities/StrongJaw.vb +++ b/2.5DHero/2.5DHero/Pokemon/Abilities/StrongJaw.vb @@ -5,9 +5,9 @@ Namespace Abilities Inherits Ability Public Sub New() - MyBase.New(173, "Strong Jaw", "The Pokémon's strong jaw gives it tremendous biting power.") + MyBase.New(173, "Strong Jaw", "The Pokémon's strong jaw boosts the power of its biting moves.") End Sub End Class -End Namespace \ No newline at end of file +End Namespace