13 lines
231 B
VB.net
13 lines
231 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class SandRush
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(146, "Sand Rush", "Boosts the Pok<6F>mon's Speed in a sandstorm.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|