Updated description to 7th Gen one

This commit is contained in:
SViper 2016-10-20 18:43:06 +03:00 committed by GitHub
parent b8b64b2ebc
commit cdbe3c3c02
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ Namespace Abilities
Inherits Ability Inherits Ability
Public Sub New() Public Sub New()
MyBase.New(9, "Static", "Contact with the Pokémon may cause paralysis.") MyBase.New(9, "Static", "The Pokémon is charged with static electricity, so contact with it may cause paralysis.")
End Sub End Sub
End Class End Class
End Namespace End Namespace