13 lines
232 B
VB.net
13 lines
232 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class CursedBody
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(130, "Cursed Body", "May disable a move used on the Pok<6F>mon.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|