1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-21 20:23:54 +08:00

Fix: handle low emotion combat withdraw after sinking

This commit is contained in:
2026-06-21 02:40:44 +08:00
parent b69311d96b
commit 784a871514
3 changed files with 22 additions and 9 deletions

View File

@@ -47,13 +47,7 @@ class RaidCombat(Combat):
"""
if self.is_combat_executing():
return False
if super().handle_exp_info():
return True
if self.appear_then_click(EXP_INFO_C):
self.device.sleep((0.25, 0.5))
return True
if self.appear_then_click(EXP_INFO_D):
self.device.sleep((0.25, 0.5))
if super().handle_exp_info(handle_fail=True):
return True
if self.appear_then_click(EXP_INFO_CF):
self.device.sleep((0.25, 0.5))