mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: EXP reward receive
This commit is contained in:
@@ -134,6 +134,7 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, RewardDorm,
|
||||
if click_timer.reached() and (
|
||||
(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_EXP_REWARD and self.appear_then_click(EXP, 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
|
||||
|
||||
Reference in New Issue
Block a user