13 lines
250 B
VB.net
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
|