mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Merge branch 'master' into dev
This commit is contained in:
commit
ebf382dd4d
@ -61,5 +61,5 @@ class Campaign(CampaignBase):
|
||||
|
||||
return self.battle_default()
|
||||
|
||||
def battle_5(self):
|
||||
def battle_4(self):
|
||||
self.fleet_boss.capture_clear_boss()
|
||||
|
||||
@ -4,6 +4,7 @@ from module.exception import CampaignEnd
|
||||
from module.handler.assets import *
|
||||
from module.handler.info_handler import InfoHandler
|
||||
from module.logger import logger
|
||||
from module.map.assets import *
|
||||
|
||||
|
||||
class EnemySearchingHandler(InfoHandler):
|
||||
@ -38,6 +39,8 @@ class EnemySearchingHandler(InfoHandler):
|
||||
|
||||
def is_in_stage(self):
|
||||
if not self.appear(IN_STAGE, offset=(10, 10)):
|
||||
if self.appear(MAP_PREPARATION) or self.appear(FLEET_PREPARATION):
|
||||
self.device.click(MAP_PREPARATION_CANCEL)
|
||||
return False
|
||||
if self.is_map_green \
|
||||
and self.stage_entrance is not None \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user