13 lines
233 B
VB.net
13 lines
233 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class NoGuard
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(99, "No Guard", "Ensures attacks by or against the Pok<6F>mon land.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|