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