mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 10:21:30 +08:00
Merge branch 'master' into gems_farming
This commit is contained in:
@@ -122,8 +122,10 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, RewardDorm,
|
||||
(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))
|
||||
or (self.config.ENABLE_RESEARCH_REWARD
|
||||
and not self.config.ENABLE_SAVE_GET_ITEMS
|
||||
and not self.config.ENABLE_AZURSTAT
|
||||
and self.appear_then_click(REWARD_3, interval=1))
|
||||
):
|
||||
exit_timer.reset()
|
||||
click_timer.reset()
|
||||
|
||||
Reference in New Issue
Block a user