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