mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
@@ -25,7 +25,7 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.appear(BATTLE_PREPARATION):
|
||||
if self.appear(BATTLE_PREPARATION, interval=2):
|
||||
# self.equipment_take_on()
|
||||
pass
|
||||
|
||||
|
||||
@@ -56,7 +56,8 @@ class CampaignSos(CampaignRun, CampaignBase):
|
||||
"""
|
||||
signal_search_buttons = TEMPLATE_SIGNAL_SEARCH.match_multi(self.device.image)
|
||||
sos_goto_buttons = TEMPLATE_SIGNAL_GOTO.match_multi(self.device.image)
|
||||
all_buttons = sos_goto_buttons + signal_search_buttons
|
||||
sos_confirm_buttons = TEMPLATE_SIGNAL_CONFIRM.match_multi(self.device.image)
|
||||
all_buttons = sos_goto_buttons + signal_search_buttons + sos_confirm_buttons
|
||||
if not len(all_buttons):
|
||||
logger.info('No SOS chapter found')
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user