mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: Mis detection of combat status when combat executing
This commit is contained in:
@@ -113,6 +113,8 @@ class AutoSearchCombat(Combat):
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.is_combat_executing():
|
||||
continue
|
||||
if self.appear(BATTLE_STATUS_S) or self.appear(BATTLE_STATUS_A) or self.appear(BATTLE_STATUS_B) \
|
||||
or self.appear(EXP_INFO_S) or self.appear(EXP_INFO_A) or self.appear(EXP_INFO_B) \
|
||||
or self.is_auto_search_running():
|
||||
|
||||
Reference in New Issue
Block a user