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

Add: W16 preparations

This commit is contained in:
guoh064
2026-01-18 00:36:32 +08:00
parent ad651eca4c
commit 1158a0535a
31 changed files with 560 additions and 14 deletions

View File

@@ -114,7 +114,8 @@ class Camera(MapOperation):
try:
if not self.is_in_map() \
and not self.is_in_strategy_submarine_move() \
and not self.is_in_strategy_mob_move():
and not self.is_in_strategy_mob_move() \
and not self.is_in_strategy_air_strike():
logger.warning('Image to detect is not in_map')
raise MapDetectionError('Image to detect is not in_map')
self.view.load(self.device.image)