mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Merge pull request #70 from LmeSzinc/master
Fix: [EN] Siren first in Ink-Stained Steel Sakura Rerun
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