13 lines
222 B
VB.net
13 lines
222 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Frisk
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(119, "Frisk", "The Pok<6F>mon can check a foe's held item.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|