mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Hopefully fix egg hp > maxhp
This commit is contained in:
parent
4c165742b9
commit
2b0531ed8a
@ -377,6 +377,10 @@
|
||||
p.IsShiny = False
|
||||
End If
|
||||
|
||||
If p.HP > p.MaxHP Then
|
||||
p.HP = p.MaxHP
|
||||
End If
|
||||
|
||||
Return p
|
||||
End If
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user