mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 10:17:38 +08:00
Fix: Empyreal Tragicomedy SP
This commit is contained in:
parent
af1984fb59
commit
4c81593a3c
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user