mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: No fleet mode in coalition_20240627 easy
This commit is contained in:
parent
2995c5408d
commit
a6cc863c01
@ -162,7 +162,7 @@ class CoalitionUI(Combat):
|
|||||||
if stage in ['tc1', 'sp']:
|
if stage in ['tc1', 'sp']:
|
||||||
return False
|
return False
|
||||||
if event == 'coalition_20240627':
|
if event == 'coalition_20240627':
|
||||||
if stage in ['sp', 'ex']:
|
if stage in ['easy', 'sp', 'ex']:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
self.coalition_ensure_fleet(event, mode)
|
self.coalition_ensure_fleet(event, mode)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user