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