mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed StickyWeb max PP
This commit is contained in:
parent
aa33dfccbb
commit
99e3ba7397
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user