13 lines
231 B
VB.net
13 lines
231 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Rivalry
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(79, "Rivalry", "Deals more damage to a Pok<6F>mon of same gender.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|