13 lines
235 B
VB.net
13 lines
235 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class VitalSpirit
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(72, "Vital Spirit", "Prevents the Pok<6F>mon from falling asleep.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|