1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 05:08:01 +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

@@ -134,10 +134,6 @@ class OSAsh(UI, MapEventHandler):
in: is_in_map
out: is_in_map
"""
if not self.config.OpsiAshBeacon_AshAttack \
and not self.config.OpsiDossierBeacon_Enable:
return False
if self.ash_collect_status() >= 100 \
and self._support_call_ash_beacon_task():
self.config.task_call(task='OpsiAshBeacon')