1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 01:07:22 +08:00

Upd: [CN] Fleet preparation

This commit is contained in:
LmeSzinc
2023-10-19 21:36:19 +08:00
parent dffa87d5df
commit 4969dc01b0
34 changed files with 45 additions and 37 deletions

View File

@@ -53,7 +53,7 @@ class GemsCampaignOverride(CampaignBase):
self.withdraw()
break
if self.appear(FLEET_PREPARATION, offset=(20, 20), interval=2) \
if self.appear(FLEET_PREPARATION, offset=(20, 50), interval=2) \
or self.appear(MAP_PREPARATION, offset=(20, 20), interval=2):
self.enter_map_cancel()
break