1
0
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:
Erik
2020-07-16 23:35:58 -03:00
committed by GitHub
16 changed files with 390 additions and 213 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: