mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Merge pull request #82 from LmeSzinc/master
Opt: Receive research in page_reward if save_get_items disabled
This commit is contained in:
commit
6d9e02912b
@ -76,6 +76,7 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, LoginHandler
|
||||
(self.config.ENABLE_OIL_REWARD and self.appear_then_click(OIL, interval=60))
|
||||
or (self.config.ENABLE_COIN_REWARD and self.appear_then_click(COIN, interval=60))
|
||||
or (self.config.ENABLE_COMMISSION_REWARD and self.appear_then_click(REWARD_1, interval=1))
|
||||
or (self.config.ENABLE_RESEARCH_REWARD and not self.config.ENABLE_SAVE_GET_ITEMS and self.appear_then_click(REWARD_3, interval=1))
|
||||
):
|
||||
exit_timer.reset()
|
||||
click_timer.reset()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user