P3D-Legacy/P3D/Pokemon/Abilities/MagmaArmor.vb

13 lines
234 B
VB.net

Namespace Abilities
Public Class MagmaArmor
Inherits Ability
Public Sub New()
MyBase.New(40, "Magma Armor", "Prevents the Pokémon from becoming frozen.")
End Sub
End Class
End Namespace