mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 19:17:21 +08:00
Fix: [TW] Increase threshold of BATTLE_PREPARATION_WITH_OVERLAY (#3058)
This commit is contained in:
@@ -31,7 +31,7 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
|
|||||||
|
|
||||||
if self.appear(BATTLE_PREPARATION, offset=(30, 20)):
|
if self.appear(BATTLE_PREPARATION, offset=(30, 20)):
|
||||||
return True
|
return True
|
||||||
if self.appear(BATTLE_PREPARATION_WITH_OVERLAY) and self.handle_combat_automation_confirm():
|
if self.appear(BATTLE_PREPARATION_WITH_OVERLAY, threshold=30) and self.handle_combat_automation_confirm():
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user