Fixed StickyWeb max PP

This commit is contained in:
Capt_Segis 2016-09-12 22:14:32 -05:00 committed by GitHub
parent aa33dfccbb
commit 99e3ba7397
1 changed files with 1 additions and 1 deletions

View File

@ -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