mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Add: handle_popup_single, shared asset GET_MISSION is used in other
UI pages such as guild
This commit is contained in:
@@ -333,6 +333,12 @@ class GuildOperations(GuildBase):
|
||||
if self.appear_then_click(GUILD_BOSS_ENTER, interval=3):
|
||||
continue
|
||||
|
||||
if self.handle_popup_single('FLEET_UPDATED'):
|
||||
logger.info('Fleet composition altered, may still be dispatch-able. However'
|
||||
'fellow guild members have updated their support line up.'
|
||||
'Suggestion: Enable Boss Recommend')
|
||||
continue
|
||||
|
||||
if self.appear(GUILD_DISPATCH_FLEET, interval=3):
|
||||
# Button does not appear greyed out even
|
||||
# when empty fleet composition
|
||||
|
||||
Reference in New Issue
Block a user