13 lines
238 B
VB.net
13 lines
238 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class SlushRush
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(202, "Slush Rush", "Boosts the Pok<6F>mon's Speed stat in a hailstorm.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|