13 lines
232 B
VB.net
13 lines
232 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class InnerFocus
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(39, "Inner Focus", "The Pok<6F>mon is protected from flinching.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|