1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-28 04:46:33 +08:00
This commit is contained in:
sui-feng-cb
2025-05-18 16:29:37 +08:00
15 changed files with 133 additions and 45 deletions

View File

@@ -115,6 +115,18 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment, Combat):
show_hp_timer.reset()
self._show_hp()
# bunch of popup handlers
if self.handle_popup_confirm('EXERCISE_COMBAT_EXECUTE'):
continue
if self.handle_urgent_commission():
continue
if self.handle_guild_popup_cancel():
continue
if self.handle_vote_popup():
continue
if self.handle_mission_popup_ack():
continue
return success
def _choose_opponent(self, index, skip_first_screenshot=True):