mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 10:21:30 +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()
|
timeout.reset()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
if self.story_skip():
|
||||||
|
click_timer.reset()
|
||||||
|
exit_timer.reset()
|
||||||
|
timeout.reset()
|
||||||
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if reward and exit_timer.reached():
|
if reward and exit_timer.reached():
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user