1
0
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:
2024-08-27 03:12:37 +08:00
parent 8fd4cf8c41
commit ff0917787b

View File

@@ -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