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

13 lines
252 B
VB.net
Raw Normal View History

2019-02-19 06:40:44 +01:00
Namespace Abilities
Public Class PowerofAlchemy
Inherits Ability
Public Sub New()
MyBase.New(223, "Power of Alchemy", "The Pok<6F>mon copies the Ability of a defeated ally.")
End Sub
End Class
End Namespace