13 lines
233 B
VB.net
13 lines
233 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class ShedSkin
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(61, "Shed Skin", "The Pok<6F>mon may heal its own status problems.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|