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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user