From ae151f117be148f177cf1c2c2153c48b8252b80a Mon Sep 17 00:00:00 2001 From: SViper Date: Thu, 20 Oct 2016 19:04:29 +0300 Subject: [PATCH] Updated description to 7th Gen one --- 2.5DHero/2.5DHero/Pokemon/Abilities/StrongJaw.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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