1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00

Merge branch 'master' into dev

This commit is contained in:
LmeSzinc
2021-02-18 16:49:14 +08:00
3 changed files with 15 additions and 8 deletions

View File

@@ -247,7 +247,6 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
return False
if self.appear_then_click(BATTLE_STATUS_S, screenshot=save_get_items, genre='status',
interval=self.battle_status_click_interval):
self.device.send_notification('AzurLaneAutoScript', 'Battle status: S')
if not save_get_items:
self.device.sleep((0.25, 0.5))
return True