mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
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…
x
Reference in New Issue
Block a user