1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Fix: recheck after clicking new_opponent

This commit is contained in:
ferina8-14
2020-07-11 15:57:14 +09:00
parent 9cb4c36a73
commit 583bc5b81f

View File

@@ -26,6 +26,7 @@ class Exercise(ExerciseCombat):
if success:
return success
self._new_opponent()
self._opponent_fleet_check_all()
return False
def run(self):