Fix opponent switching errors bug
This commit is contained in:
parent
4d1899037b
commit
628f379a28
|
@ -5381,7 +5381,7 @@
|
|||
|
||||
BattleScreen.BattleQuery.AddRange({cq1, cq2})
|
||||
|
||||
If BattleScreen.OppFaint = False Then
|
||||
If BattleScreen.OppFaint = False AndAlso OppStep.StepType <> RoundConst.StepTypes.Switch Then
|
||||
StartRound(BattleScreen)
|
||||
End If
|
||||
BattleScreen.ClearMainMenuTime = True
|
||||
|
|
Loading…
Reference in New Issue