13 lines
225 B
VB.net
13 lines
225 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Truant
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(54, "Truant", "Pok<EFBFBD>mon can't attack on consecutive turns.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|