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