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

Fix: Empyreal Tragicomedy SP

This commit is contained in:
LmeSzinc
2021-01-26 14:45:40 +08:00
parent af1984fb59
commit 4c81593a3c

View File

@@ -65,7 +65,8 @@ class Campaign(CampaignBase):
def battle_0(self):
if self.map.select(is_siren=True):
self.fleet_2_protect()
if self.fleet_2_protect():
return True
else:
self.fleet_2_push_forward()