From 400595fdf0cedc5c8c66ef6c9c66304c0b7965d5 Mon Sep 17 00:00:00 2001 From: Capt_Segis Date: Sat, 10 Sep 2016 13:59:57 -0500 Subject: [PATCH] Update HiddenPower.vb --- 2.5DHero/2.5DHero/Pokemon/Attacks/Normal/HiddenPower.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/HiddenPower.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/HiddenPower.vb index 39ca2d789..17e3cac40 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/HiddenPower.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Normal/HiddenPower.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Smart 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.IsHMMove = False Me.Target = Targets.OneAdjacentTarget