1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 09:17:22 +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

@@ -24,7 +24,7 @@ class OSStatus(UI):
@property
def is_cl1_enabled(self) -> bool:
return bool(self.config.cross_get('OpsiHazard1Leveling.Scheduler.Enable', default=False))
return self.config.is_task_enabled('OpsiHazard1Leveling')
@property
def nearest_task_cooling_down(self) -> t.Optional[Function]: