13 lines
235 B
VB.net
13 lines
235 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Pickpocket
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(124, "Pickpocket", "Steals an item when hit by another Pok<6F>mon.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|