13 lines
236 B
VB.net
13 lines
236 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class TangledFeet
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(77, "Tangled Feet", "Raises evasion if the Pok<6F>mon is confused.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|