mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 16:24:45 +02:00
Full Heal should cure confusion for trainer too
This commit is contained in:
parent
6a4615f1e1
commit
ef770de841
@ -1129,6 +1129,7 @@
|
|||||||
p.RemoveVolatileStatus(Pokemon.VolatileStatus.Confusion)
|
p.RemoveVolatileStatus(Pokemon.VolatileStatus.Confusion)
|
||||||
Case 38 'Full Heal
|
Case 38 'Full Heal
|
||||||
Me.CureStatusProblem(False, False, BattleScreen, BattleScreen.Trainer.Name & " used a Full Heal on " & p.GetDisplayName() & "!", "item:fullheal")
|
Me.CureStatusProblem(False, False, BattleScreen, BattleScreen.Trainer.Name & " used a Full Heal on " & p.GetDisplayName() & "!", "item:fullheal")
|
||||||
|
p.RemoveVolatileStatus(Pokemon.VolatileStatus.Confusion)
|
||||||
Case 9 'Antidote
|
Case 9 'Antidote
|
||||||
Me.CureStatusProblem(False, False, BattleScreen, BattleScreen.Trainer.Name & " used an Antidote on " & p.GetDisplayName() & "!", "item:antidote")
|
Me.CureStatusProblem(False, False, BattleScreen, BattleScreen.Trainer.Name & " used an Antidote on " & p.GetDisplayName() & "!", "item:antidote")
|
||||||
Case 10 'Burn Heal
|
Case 10 'Burn Heal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user