13 lines
229 B
VB.net
13 lines
229 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Mummy
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(152, "Mummy", "Contact with this Pok<6F>mon spreads this Ability.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|