mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-21 17:58:37 +02:00
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émon can check a foe's held item.")
|
|
End Sub
|
|
|
|
End Class
|
|
|
|
End Namespace |