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