1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Fix: MapDetectionError raised in submarine move (#937)

This commit is contained in:
LmeSzinc
2022-02-17 21:20:59 +08:00
parent 9e5d42a85b
commit 839fb18661
2 changed files with 11 additions and 2 deletions

View File

@@ -118,6 +118,13 @@ class StrategyHandler(InfoHandler):
logger.attr('Map_buff', buff)
return buff
def is_in_strategy_submarine_move(self):
"""
Returns:
bool:
"""
return self.appear(SUBMARINE_MOVE_CONFIRM, offset=(20, 20))
def strategy_submarine_move_enter(self):
"""
Pages: