mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Fix: Add offset argument to all uses of MAP_PREPARATION and FLEET_PREPARATION (#493)
This commit is contained in:
@@ -37,9 +37,9 @@ class AzurLaneDaemon(CampaignBase):
|
||||
|
||||
# Map preparation
|
||||
if self.config.ENABLE_SEMI_MAP_PREPARATION:
|
||||
if self.appear_then_click(MAP_PREPARATION, interval=2):
|
||||
if self.appear_then_click(MAP_PREPARATION, offset=(20, 20), interval=2):
|
||||
continue
|
||||
if self.appear_then_click(FLEET_PREPARATION, interval=2):
|
||||
if self.appear_then_click(FLEET_PREPARATION, offset=(20, 20), interval=2):
|
||||
continue
|
||||
|
||||
# Retire
|
||||
|
||||
Reference in New Issue
Block a user