mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 01:45:25 +08:00
Merge branch 'master' into app
# Conflicts: # module/config/event.py
This commit is contained in:
@@ -95,8 +95,10 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
||||
continue
|
||||
|
||||
# End
|
||||
if end and self._in_exercise() or self.appear(BATTLE_PREPARATION):
|
||||
if self._in_exercise() or self.appear(BATTLE_PREPARATION, offset=(20, 20)):
|
||||
logger.hr('Combat end')
|
||||
if not end:
|
||||
logger.warning('Combat ended without end conditions detected')
|
||||
break
|
||||
|
||||
return success
|
||||
|
||||
Reference in New Issue
Block a user