mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 19:47:53 +08:00
Fix: Mis-detect BATTLE_STATUS_B when combat executing
This commit is contained in:
@@ -280,6 +280,8 @@ class Combat(HPBalancer, EnemySearchingHandler, Retirement, SubmarineCall, Comba
|
|||||||
Returns:
|
Returns:
|
||||||
bool:
|
bool:
|
||||||
"""
|
"""
|
||||||
|
if self.is_combat_executing():
|
||||||
|
return False
|
||||||
if self.appear_then_click(EXP_INFO_S):
|
if self.appear_then_click(EXP_INFO_S):
|
||||||
self.device.sleep((0.25, 0.5))
|
self.device.sleep((0.25, 0.5))
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user