mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: Wait daily count show up (#908)
This commit is contained in:
@@ -98,7 +98,7 @@ class Raid(MapOperation, Combat):
|
||||
self.device.screenshot()
|
||||
|
||||
if self.appear(BATTLE_PREPARATION):
|
||||
if self.handle_combat_automation_set(auto=auto):
|
||||
if self.handle_combat_automation_set(auto=auto == 'combat_auto'):
|
||||
continue
|
||||
if not oil_checked and self.config.StopCondition_OilLimit:
|
||||
self.ensure_combat_oil_loaded()
|
||||
|
||||
Reference in New Issue
Block a user