mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fix incorrect old stats when leveling up
This commit is contained in:
parent
9fae5d2dfc
commit
1c6f8cf00f
@ -8355,7 +8355,7 @@
|
||||
For e = 1 To EXP
|
||||
Dim oldStats() As Integer
|
||||
With Core.Player.Pokemons(PokeIndex)
|
||||
If .IsTransformed = False Then
|
||||
If .IsTransformed = True Then
|
||||
oldStats = { .MaxHP, .OriginalStats(0), .OriginalStats(1), .OriginalStats(2), .OriginalStats(3), .OriginalStats(4)}
|
||||
Else
|
||||
oldStats = { .MaxHP, .Attack, .Defense, .SpAttack, .SpDefense, .Speed}
|
||||
|
Loading…
x
Reference in New Issue
Block a user