mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 01:47:20 +08:00
Add: Obscure finish in OS fully auto
This commit is contained in:
@@ -316,6 +316,11 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, RewardDorm,
|
||||
count = 0
|
||||
total = 6
|
||||
|
||||
if self.config.ENABLE_OS_OBSCURE_FINISH:
|
||||
from module.campaign.os_run import OSCampaignRun
|
||||
az = OSCampaignRun(self.config, device=self.device)
|
||||
az.run_obscure_clear()
|
||||
|
||||
if self.config.ENABLE_EXERCISE:
|
||||
from module.exercise.exercise import Exercise
|
||||
az = Exercise(self.config, device=self.device)
|
||||
|
||||
Reference in New Issue
Block a user