mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Skip story when receiving mission reward
This commit is contained in:
@@ -153,6 +153,12 @@ class Reward(RewardCommission, RewardTacticalClass, LoginHandler, Update):
|
||||
timeout.reset()
|
||||
continue
|
||||
|
||||
if self.story_skip():
|
||||
click_timer.reset()
|
||||
exit_timer.reset()
|
||||
timeout.reset()
|
||||
continue
|
||||
|
||||
# End
|
||||
if reward and exit_timer.reached():
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user