mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:29:26 +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