mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 08:45:02 +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))
|
||||
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
|
||||
Return True
|
||||
End Function
|
||||
|
Loading…
x
Reference in New Issue
Block a user