1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +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

@@ -154,7 +154,7 @@ class CoalitionUI(Combat):
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.handle_fleet_preparation(stage, fleet)
self.device.click(FLEET_PREPARATION)
fleet_click += 1