mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 02:53:44 +08:00
Fix: Handle coalition fleet reuse popup
This commit is contained in:
@@ -432,3 +432,8 @@ class CoalitionUI(Combat):
|
|||||||
# Auto confirm
|
# Auto confirm
|
||||||
if self.handle_combat_automation_confirm():
|
if self.handle_combat_automation_confirm():
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# 2026.01.22 coalition FASHION adds popup to load fleet from previous fleet
|
||||||
|
# coalition does not allow low emotion battle, so clicking any popup confirm should be safe
|
||||||
|
if self.handle_popup_confirm('COALITION'):
|
||||||
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user