13 lines
219 B
VB.net
13 lines
219 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Klutz
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(103, "Klutz", "The Pok<6F>mon can't use any held items.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|