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

13 lines
229 B
VB.net

Namespace Abilities
Public Class Drought
Inherits Ability
Public Sub New()
MyBase.New(70, "Drought", "Turns the sunlight harsh if it is in battle.")
End Sub
End Class
End Namespace