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

Opt: Move setting OpsiMonthBoss.Mode to top

This commit is contained in:
LmeSzinc
2022-12-28 18:28:44 +08:00
parent a820633129
commit 5d7b70c9a4
9 changed files with 32 additions and 32 deletions

View File

@@ -745,7 +745,7 @@ class OperationSiren(OSMap):
return True
self.os_mission_quit()
if not is_normal and self.config.OpsiMonthBoss_Hard == "normal":
if not is_normal and self.config.OpsiMonthBoss_Mode == "normal":
logger.info("Attack normal boss only but having hard boss, skip")
self.month_boss_delay(is_normal=False, result=True)
self.config.task_stop()