Skip to content

Commit

Permalink
Merge pull request #463 from EightyDollars/dev_shawn
Browse files Browse the repository at this point in the history
fix:支援机械卡住
  • Loading branch information
ZhaoZuohong authored Dec 30, 2023
2 parents ebfbb24 + fea82ee commit f554592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arknights_mower/solvers/recruit.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def recruit_tags(self):
return
if recruit_result_level == 1 and self.recruit_config['recruit_robot']:
logger.debug('支援机械 发送邮件')
self.back()
return
# 手动选择且单五星词条不自动
if self.recruit_config['recruit_auto_5'] == 2 and not self.recruit_config['recruit_auto_only5']:
Expand Down

0 comments on commit f554592

Please sign in to comment.