mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 23:51:30 +08:00
Reuse disable_tasks in CampaignEvent
This commit is contained in:
@@ -94,7 +94,6 @@ class CampaignUI(CampaignEvent, CampaignOcr):
|
||||
def campaign_set_chapter_event(self, chapter, mode='normal'):
|
||||
if chapter in ['a', 'b', 'c', 'd', 'ex_sp', 'as', 'bs', 'cs', 'ds', 't']:
|
||||
self.ui_goto_event()
|
||||
# Sort campaign mode
|
||||
if chapter in ['a', 'b', 'as', 'bs', 't']:
|
||||
self.campaign_ensure_mode('normal')
|
||||
elif chapter in ['c', 'd', 'cs', 'ds']:
|
||||
|
||||
Reference in New Issue
Block a user