1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Merge pull request #80 from LmeSzinc/master

Fix: Revert template.ini
Add: Sync new feature among 3 servers
Fix: Commission mis-drop the last one
- Don't know why some old code is back after merge
Opt: Exercise logic in easiest_than_exp
Fix: Mission rewards checks wrong page if research reward disabled
This commit is contained in:
Erik
2020-07-20 13:50:32 -03:00
committed by GitHub
11 changed files with 102 additions and 28 deletions

View File

@@ -528,8 +528,6 @@ class RewardCommission(UI, InfoHandler):
prev = commission.count
for _ in range(15):
self._commission_swipe()
if self.appear(COMMISSION_SCROLL_BOTTOM):
break
commission.merge(self.device.image)
if commission.count - prev <= 0:
break