mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 17:25:22 +02:00
Reset Bad Poison counter when cure status
This commit is contained in:
parent
7ee85091f2
commit
b1c09a3ebb
@ -2994,6 +2994,13 @@
|
|||||||
BattleScreen.BattleQuery.Add(New TextQueryObject(message))
|
BattleScreen.BattleQuery.Add(New TextQueryObject(message))
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
If own = True AndAlso BattleScreen.FieldEffects.OwnPoisonCounter > 0 Then
|
||||||
|
BattleScreen.FieldEffects.OwnPoisonCounter = 0
|
||||||
|
End If
|
||||||
|
If own = False AndAlso BattleScreen.FieldEffects.OppPoisonCounter > 0 Then
|
||||||
|
BattleScreen.FieldEffects.OppPoisonCounter = 0
|
||||||
|
End If
|
||||||
|
|
||||||
p.Status = Pokemon.StatusProblems.None
|
p.Status = Pokemon.StatusProblems.None
|
||||||
Return True
|
Return True
|
||||||
End Function
|
End Function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user