mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-06 06:39:05 +08:00
Bugfix: clicking exercise button after stage 3-4 (#4572)
* Fix bugs (#4569) * fix: add PAUSE_HolyLight at `_at_low_hp` * fix: handle map file name * Bugfix Resolved misrecognition of EXP_INFO_B in campaign_main_2 and campaign_main_3. Refer to issue #4553. Reason was the background map was similar to the exp info page. Recognition also appears in-stage since the chapter name flashes past but this will have no adverse affects. * Remove mistakenly ctrl-c-ed override --------- Co-authored-by: 霞飛 <saarchaffee@qq.com>
This commit is contained in:
committed by
GitHub
parent
3b23cc920b
commit
e265eb57f0
@@ -1,5 +1,5 @@
|
||||
from campaign.campaign_main.campaign_2_1 import Config
|
||||
from module.campaign.campaign_base import CampaignBase
|
||||
from .campaign_2_base import CampaignBase
|
||||
from module.logger import logger
|
||||
from module.map.map_base import CampaignMap
|
||||
from module.map.map_grids import RoadGrids, SelectedGrids
|
||||
|
||||
Reference in New Issue
Block a user