P3D-Legacy/P3D/Pokemon/Abilities/StormDrain.vb

13 lines
240 B
VB.net
Raw Normal View History

2016-09-07 18:50:38 +02:00
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