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

13 lines
238 B
VB.net
Raw Normal View History

2016-09-07 18:50:38 +02:00
Namespace Abilities
Public Class FlashFire
Inherits Ability
Public Sub New()
MyBase.New(18, "Flash Fire", "It powers up Fire-type moves if it's hit by one.")
End Sub
End Class
End Namespace