13 lines
230 B
VB.net
13 lines
230 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Immunity
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(17, "Immunity", "Prevents the Pok<6F>mon from getting poisoned.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|