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