1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-13 10:29:21 +08:00

Fix: clear machine fortress once

This commit is contained in:
18870
2021-09-16 20:10:01 +08:00
parent 56e86cc7ae
commit 2edebf0ad8
5 changed files with 10 additions and 5 deletions

View File

@@ -73,7 +73,8 @@ class Campaign(CampaignBase):
def battle_0(self):
if self.clear_siren():
return True
if not self.machine_fortress_cleared and self.clear_chosen_enemy(F5):
if not self.machine_fortress_cleared:
self.clear_chosen_enemy(F5)
self.machine_fortress_cleared = True
return True