1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 17:55:56 +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

@@ -89,7 +89,7 @@ class Campaign(CampaignBase, HardEquipment):
continue
# Fleet preparation
if fleet_timer.reached() and self.appear(FLEET_PREPARATION, offset=(20, 20)):
if fleet_timer.reached() and self.appear(FLEET_PREPARATION, offset=(20, 50)):
self.equipment_take_off()
self.ui_back(check_button=CAMPAIGN_CHECK, appear_button=FLEET_PREPARATION)
break