13 lines
271 B
VB.net
13 lines
271 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class ElectricSurge
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(226, "Electric Surge", "Turns the ground into Electric Terrain when the Pok<6F>mon enters a battle.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|