13 lines
230 B
VB.net
13 lines
230 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Minus
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(58, "Minus", "Ups Sp. Atk if another Pok<6F>mon has Plus or Minus.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|