13 lines
240 B
VB.net
13 lines
240 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class StormDrain
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(114, "Storm Drain", "Draws in all Water-type moves to up Sp. Attack.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|