1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Opt: Remove OpsiAshBeacon.AshAttack since it should always be True

This commit is contained in:
LmeSzinc
2023-02-17 23:50:01 +08:00
parent 7261235cc4
commit f5f093c67f
19 changed files with 70 additions and 107 deletions

View File

@@ -376,10 +376,10 @@ class AssistantHandler:
blacklist = self.split_filter(self.config.MaaMall_BlackList)
credit_fight = self.config.MaaMall_CreditFight
if self.config.cross_get(keys='MaaMaterial.MaaFight.Stage') == 'last' \
and self.config.cross_get(keys='MaaMaterial.Scheduler.Enable', default=False):
and self.config.is_task_enabled('MaaMaterial'):
credit_fight = False
if self.config.cross_get(keys='MaaFight.MaaFight.Stage') == 'last' \
and self.config.cross_get(keys='MaaFight.Scheduler.Enable', default=False):
and self.config.is_task_enabled('MaaFight'):
credit_fight = False
self.maa_start('Mall', {
"credit_fight": credit_fight,