mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:19:25 +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