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

Add: CoalitionSp task

This commit is contained in:
LmeSzinc
2023-03-24 04:55:34 +08:00
parent 7ecf3ac502
commit 8c8d44a09f
4 changed files with 26 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ class CoalitionUI(Combat):
stage = stage.lower()
# No fleet switch in TC1
if stage == 'tc1':
if stage in ['tc1', 'sp']:
return False
self.coalition_ensure_fleet(fleet)