13 lines
233 B
VB.net
13 lines
233 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class ZenMode
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(161, "Zen Mode", "Changes the Pok<6F>mon's shape when HP is halved.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|