From 99e3ba7397ff191f07fd2da4fae5be82bb8d5d28 Mon Sep 17 00:00:00 2001 From: Capt_Segis Date: Mon, 12 Sep 2016 22:14:32 -0500 Subject: [PATCH] Fixed StickyWeb max PP --- 2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb b/2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb index e178de745..348cf9f2c 100644 --- a/2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb +++ b/2.5DHero/2.5DHero/Pokemon/Attacks/Bug/StickyWeb.vb @@ -10,7 +10,7 @@ Namespace BattleSystem.Moves.Bug Me.ID = 564 Me.OriginalPP = 20 Me.CurrentPP = 20 - Me.MaxPP = 32 + Me.MaxPP = 20 Me.Power = 0 Me.Accuracy = 0 Me.Category = Categories.Status