1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 04:25:38 +08:00

Add: MISSION_POPUP_* assets and handling

TODO: [CN, TW, JP] may need to replace unless POP_UP_* assets are sufficient
EN may be the only server that has altered pop up for these missions
This commit is contained in:
nEEtdo0d
2021-01-17 22:23:40 -05:00
parent e7f0ee0183
commit ac6c82a496
11 changed files with 27 additions and 0 deletions

View File

@@ -184,6 +184,12 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, RewardDorm,
timeout.reset()
continue
if self.handle_mission_popup_ack():
click_timer.reset()
exit_timer.reset()
timeout.reset()
continue
if self.story_skip():
click_timer.reset()
exit_timer.reset()