mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Handle coalition fleet reuse popup
This commit is contained in:
parent
f314caa862
commit
afbdd261e6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user