diff --git a/2.5DHero/2.5DHero/Pokemon/Abilities/KeenEye.vb b/2.5DHero/2.5DHero/Pokemon/Abilities/KeenEye.vb index 0353bf42a..e0c0b02ff 100644 --- a/2.5DHero/2.5DHero/Pokemon/Abilities/KeenEye.vb +++ b/2.5DHero/2.5DHero/Pokemon/Abilities/KeenEye.vb @@ -5,9 +5,9 @@ Namespace Abilities Inherits Ability Public Sub New() - MyBase.New(51, "Keen Eye", "Prevents other Pokémon from lowering accuracy.") + MyBase.New(51, "Keen Eye", "Keen eyes prevent other PokĂ©mon from lowering this PokĂ©mon's accuracy.") End Sub End Class -End Namespace \ No newline at end of file +End Namespace