13 lines
243 B
VB.net
13 lines
243 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class PoisonTouch
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(143, "Poison Touch", "May poison targets when a Pok<6F>mon makes contact.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|