Fix faint Pokémon message showing twice
This commit is contained in:
parent
611e9688b9
commit
ffefa421c4
|
@ -4531,7 +4531,7 @@
|
|||
End If
|
||||
End If
|
||||
End If
|
||||
If p.HP <= 0 And cause.Contains("move:") = False Then
|
||||
If p.HP <= 0 And cause.StartsWith("move:") = False And cause.Contains("battledamage") = False Then
|
||||
FaintPokemon(own, BattleScreen, "")
|
||||
End If
|
||||
End Sub
|
||||
|
|
Loading…
Reference in New Issue