mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 01:19:18 +08:00
Add: freebies module / task encompasses running BattlePass, DataKey, Mail, and SupplyPack together
Upd: BattlePass, DataKey, and SupplyPack modified to run as sub-tasks under Freebies
This commit is contained in:
@@ -104,10 +104,11 @@ class BattlePass(Combat, UI):
|
||||
return received
|
||||
|
||||
def run(self):
|
||||
if not self.config.BattlePass_BattlePassReward:
|
||||
return
|
||||
|
||||
self.ui_ensure(page_reward)
|
||||
|
||||
if self.battle_pass_red_dot_appear():
|
||||
self.battle_pass_enter()
|
||||
self.battle_pass_receive()
|
||||
|
||||
self.config.task_delay(server_update=True)
|
||||
|
||||
Reference in New Issue
Block a user