P3D-Legacy/P3D/Pokemon/Abilities/TanglingHair.vb

13 lines
255 B
VB.net

Namespace Abilities
Public Class TanglingHair
Inherits Ability
Public Sub New()
MyBase.New(221, "Tangling Hair", "Contact with the Pokémon lowers the attacker's Speed stat.")
End Sub
End Class
End Namespace