mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: BATTLE_STATUS_D withdraw
This commit is contained in:
@@ -318,7 +318,7 @@ class AutoSearchCombat(MapOperation, Combat, CampaignStatus):
|
||||
raise CampaignEnd
|
||||
|
||||
# Withdraw
|
||||
if self._withdraw and get_urgent_commission and self.appear(WITHDRAW, offset=(30, 30), interval=5):
|
||||
if self._withdraw and get_urgent_commission and self.appear(WITHDRAW, offset=(30, 30)):
|
||||
self._withdraw = False
|
||||
self.withdraw()
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user