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…
Reference in New Issue