mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 19:48:21 +08:00
Fix: [EN] Move handle to before campaign_ensure_chapter, tested (#786)
This commit is contained in:
@@ -90,10 +90,10 @@ class CampaignUI(UI, CampaignOcr):
|
||||
self.campaign_ensure_chapter(index=chapter)
|
||||
if mode == 'hard':
|
||||
self.campaign_ensure_mode('hard')
|
||||
self.campaign_ensure_chapter(index=chapter)
|
||||
# info_bar shows: Hard mode for this map is not available yet.
|
||||
# There's also a game bug in EN, HM12 shows not available but it's actually available.
|
||||
self.handle_info_bar()
|
||||
self.campaign_ensure_chapter(index=chapter)
|
||||
|
||||
elif chapter in ['a', 'b', 'c', 'd', 'ex_sp', 'as', 'bs', 'cs', 'ds', 't']:
|
||||
self.ui_goto_event()
|
||||
|
||||
Reference in New Issue
Block a user