Update HiddenPower.vb

This commit is contained in:
Capt_Segis 2016-09-10 13:59:57 -05:00 committed by GitHub
parent 36994ff57d
commit 400595fdf0

View File

@ -16,7 +16,7 @@
Me.Category = Categories.Special Me.Category = Categories.Special
Me.ContestCategory = ContestCategories.Smart Me.ContestCategory = ContestCategories.Smart
Me.Name = "Hidden Power" Me.Name = "Hidden Power"
Me.Description = "A unique attack that varies in type and intensity depending on the Pokémon using it." Me.Description = "A unique attack that varies in type depending on the Pokémon using it."
Me.CriticalChance = 1 Me.CriticalChance = 1
Me.IsHMMove = False Me.IsHMMove = False
Me.Target = Targets.OneAdjacentTarget Me.Target = Targets.OneAdjacentTarget