13 lines
243 B
VB.net
13 lines
243 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class PoisonPoint
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(38, "Poison Point", "Contact with the Pok<6F>mon may poison the attacker.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|