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

Opt: Move ash beacon to a standalone setting group

This commit is contained in:
LmeSzinc
2021-12-09 17:36:45 +08:00
parent 82bce4d52c
commit 45097dd408
12 changed files with 108 additions and 52 deletions

View File

@@ -203,7 +203,7 @@ class OSMap(OSFleet, Map, GlobeCamera):
# Continue if was Auto search interrupted by ash popup
# Break if zone cleared
if self.config.OpsiGeneral_AshAttack:
if self.config.OpsiAshBeacon_AshAttack:
if self.handle_ash_beacon_attack() or self.ash_popup_canceled:
continue
else: