mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 02:33:34 +08:00
Fix: BATTLE_STATUS_D withdraw
This commit is contained in:
@@ -318,7 +318,7 @@ class AutoSearchCombat(MapOperation, Combat, CampaignStatus):
|
|||||||
raise CampaignEnd
|
raise CampaignEnd
|
||||||
|
|
||||||
# Withdraw
|
# 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 = False
|
||||||
self.withdraw()
|
self.withdraw()
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user