1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Merge branch 'master' into app

This commit is contained in:
LmeSzinc
2021-10-24 01:34:25 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -41,9 +41,11 @@ class SubmarineCall(ModuleBase):
elif self.submarine_call_click_timer.reached():
if self.appear_then_click(SUBMARINE_READY):
logger.info('Call submarine')
self.submarine_call_click_timer.reset()
return True
else:
logger.info('Incorrect submarine icon')
self.device.click(SUBMARINE_READY)
logger.info('Call submarine')
self.submarine_call_click_timer.reset()
return True