mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: ensure_no_unfinished_campaign (#273)
This commit is contained in:
@@ -114,6 +114,7 @@ class LoginHandler(Combat):
|
||||
|
||||
def in_campaign():
|
||||
return self.appear(CAMPAIGN_CHECK, offset=(30, 30)) \
|
||||
or self.appear(CAMPAIGN_MENU_CHECK, offset=(30, 30)) \
|
||||
or self.appear(EVENT_CHECK, offset=(30, 30)) \
|
||||
or self.appear(SP_CHECK, offset=(30, 30))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user