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

13 lines
255 B
VB.net
Raw Normal View History

2019-02-19 06:40:44 +01:00
Namespace Abilities
Public Class TanglingHair
Inherits Ability
Public Sub New()
MyBase.New(221, "Tangling Hair", "Contact with the Pok<6F>mon lowers the attacker's Speed stat.")
End Sub
End Class
End Namespace