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

Fix: Exercise opponent refresh

This commit is contained in:
LmeSzinc
2020-07-17 04:32:56 +08:00
parent 67ff6430e6
commit 41e33a5513
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: