1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 17:13:34 +08:00

Fix: 解决领完任务还会完成新的任务的问题, 修复困难图

- 给之前修的一堆bug擦屁股
- 修复了舰队不上满的时, 会触发低血量撤退的问题
This commit is contained in:
LmeSzinc
2020-04-08 00:53:26 +08:00
parent d2c84878f4
commit cae9762b65
5 changed files with 14 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ class Reward(RewardCommission):
self.ui_goto(page_mission, skip_first_screenshot=True)
reward = False
exit_timer = Timer(1)
exit_timer = Timer(2)
click_timer = Timer(1)
timeout = Timer(10)
exit_timer.start()