13 lines
227 B
VB.net
13 lines
227 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class RunAway
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(50, "Run Away", "Enables a sure getaway from wild Pok<6F>mon.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|