1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 07:57:00 +08:00

Merge branch 'master' into dev

This commit is contained in:
LmeSzinc
2020-07-17 05:32:31 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ class Exercise(ExerciseCombat):
self.device.sleep(1)
def _exercise_once(self):
self._opponent_fleet_check_all()
while self.opponent_change_count <= 5:
self._opponent_fleet_check_all()
for opponent in self._opponent_sort():
success = self._combat(opponent)
if success: