File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,11 +50,12 @@ async def do_task(self, client: pcrclient):
5050
5151 boss_info = db .mirage_nemesis_quest [nemesis_id ]
5252 max_level = max (boss_info .keys ())
53+ if boss .area_level < max_level and not_max_stop :
54+ if boss .periodic_clear_count < setting .challenge_count_max :
55+ self ._warn (f"最高等级{ db .get_quest_name (boss_info [max_level ].quest_id )} 未通关,不扫荡\n 如欲扫荡已通关的,请关闭「非最高不扫荡」" )
56+ continue
5357 if boss .periodic_clear_count < setting .challenge_count_max :
5458 to_skip .append ((boss_info [boss .area_level ].quest_id , setting .challenge_count_max - boss .periodic_clear_count ))
55- elif boss .area_level < max_level and not_max_stop :
56- self ._warn (f"最高等级{ db .get_quest_name (boss_info [max_level ].quest_id )} 未通关,不扫荡\n 如欲扫荡已通关的,请关闭「非最高不扫荡」" )
57- continue
5859 if not to_skip :
5960 if not self .log :
6061 raise SkipError ("本周追忆战・霸已扫荡" )
You can’t perform that action at this time.
0 commit comments