mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +08:00
Fix: [TW] Increase threshold of BATTLE_PREPARATION_WITH_OVERLAY (#3058)
This commit is contained in:
parent
736fd52407
commit
3aee6082c2
@ -31,7 +31,7 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
|
||||
|
||||
if self.appear(BATTLE_PREPARATION, offset=(30, 20)):
|
||||
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 False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user