mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +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…
x
Reference in New Issue
Block a user