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

13 lines
250 B
VB.net

Namespace Abilities
Public Class AromaVeil
Inherits Ability
Public Sub New()
MyBase.New(165, "Aroma Veil", "Protects allies from attacks that limit their move choices.")
End Sub
End Class
End Namespace