From dbb238747745fc8f741098fdc5f334f15214e41e Mon Sep 17 00:00:00 2001 From: SViper Date: Thu, 20 Oct 2016 19:10:25 +0300 Subject: [PATCH] Updated description to 7th Gen one --- 2.5DHero/2.5DHero/Pokemon/Abilities/VitalSpirit.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Abilities/VitalSpirit.vb b/2.5DHero/2.5DHero/Pokemon/Abilities/VitalSpirit.vb index c60a2bef8..1965c16a2 100644 --- a/2.5DHero/2.5DHero/Pokemon/Abilities/VitalSpirit.vb +++ b/2.5DHero/2.5DHero/Pokemon/Abilities/VitalSpirit.vb @@ -5,9 +5,9 @@ Namespace Abilities Inherits Ability Public Sub New() - MyBase.New(72, "Vital Spirit", "Prevents the Pokémon from falling asleep.") + MyBase.New(72, "Vital Spirit", "The PokĂ©mon is full of vitality, and that prevents it from falling asleep.") End Sub End Class -End Namespace \ No newline at end of file +End Namespace