1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-15 18:08:49 +08:00

Revert "Optimization: [EN] changed translator"

This reverts commit 68fbe6801e.
This commit is contained in:
kyO The NinjA
2020-06-03 13:51:54 -03:00
parent 68fbe6801e
commit 2c3919c2e1
38 changed files with 23 additions and 16025 deletions

View File

@@ -62,17 +62,17 @@ class Campaign(CampaignBase):
MAP = MAP
def battle_0(self):
if self.fleet_2.clear_siren():
if self.clear_siren():
return True
if self.fleet_1.clear_enemy(scale=(2, 3)):
if self.clear_enemy(scale=(2, 3)):
return True
return self.battle_default()
def battle_5(self):
if self.fleet_1.clear_enemy(scale=(1,)):
if self.clear_enemy(scale=(1,)):
return True
if self.fleet_1.clear_enemy(scale=(2,)):
if self.clear_enemy(scale=(2,)):
return True
return self.battle_default()