1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 15:45:26 +08:00

Add: preparation for chapter 16

This commit is contained in:
sui-feng-cb
2026-01-10 17:12:22 +08:00
parent afb0af1083
commit 418f7a4310
15 changed files with 656 additions and 1 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_attack():
logger.warning('Image to detect is not in_map')
raise MapDetectionError('Image to detect is not in_map')
self.view.load(self.device.image)