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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user