13 lines
234 B
VB.net
13 lines
234 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class MagnetPull
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(42, "Magnet Pull", "Prevents Steel-type Pok<6F>mon from escaping.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|