Fix Full Restore not healing opp confusion

This commit is contained in:
JappaWakka 2023-05-03 15:59:30 +02:00
parent afb5271e34
commit a62c78e9ee
1 changed files with 1 additions and 0 deletions

View File

@ -1011,6 +1011,7 @@
Case 14 'Full Restore
Me.GainHP(p.MaxHP, False, False, BattleScreen, BattleScreen.Trainer.Name & " used a Full Restore on " & p.GetDisplayName() & "!", "item:fullrestore")
Me.CureStatusProblem(False, False, BattleScreen, "", "item:fullrestore")
p.RemoveVolatileStatus(Pokemon.VolatileStatus.Confusion)
Case 38 'Full Heal
Me.CureStatusProblem(False, False, BattleScreen, BattleScreen.Trainer.Name & " used a Full Heal on " & p.GetDisplayName() & "!", "item:fullheal")
Case 9 'Antidote