13 lines
229 B
VB.net
13 lines
229 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class StickyHold
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(60, "Sticky Hold", "Protects the Pok<6F>mon from item theft.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|