13 lines
231 B
VB.net
13 lines
231 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Illusion
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(149, "Illusion", "Comes out disguised as the Pok<6F>mon in back.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|