mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Added: added GameStuckHandler for C and D battle status
- game will restart when get C and D battle status now
This commit is contained in:
@@ -31,6 +31,7 @@ class EnemySearchingHandler(InfoHandler):
|
||||
if self.is_in_stage():
|
||||
if self.in_stage_timer.reached():
|
||||
logger.info('In stage.')
|
||||
self.device.send_notification('AzurLaneAutoScript', 'Map cleared')
|
||||
self.ensure_no_info_bar(timeout=1.2)
|
||||
raise CampaignEnd('In stage.')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user