13 lines
231 B
VB.net
13 lines
231 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class WaterVeil
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(41, "Water Veil", "Prevents the Pok<6F>mon from getting a burn.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|