Skip to content

Commit

Permalink
Make battle result handling more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Jul 30, 2024
1 parent 76634e7 commit e1a3a23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ abstract class MapRunner(
} else {
logger.info("Waiting for combat menu")
}

waitForLog("UICombatSettlement(Clone)")
waitForLog("MissionSelectionController:Start()") {
repeat(Random.nextInt(2, 4)) {
mapRunnerRegions.battleEndClick.click()
Expand Down

0 comments on commit e1a3a23

Please sign in to comment.