Skip to content

Commit

Permalink
Merge pull request #336 from Fuynkio/dev_shawn
Browse files Browse the repository at this point in the history
调整maa任务顺序 把depot任务放在最后
  • Loading branch information
ZhaoZuohong authored Oct 10, 2023
2 parents 5cb0cb8 + 483a8b2 commit 2be2cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ def maa_plan_solver(self, tasks='All', one_time=False):
# 任务及参数请参考 docs/集成文档.md
self.initialize_maa()
if tasks == 'All':
tasks = ['StartUp','Depot','Fight', 'Visit', 'Mall', 'Award']
tasks = ['StartUp','Fight', 'Visit', 'Mall', 'Award','Depot']
# tasks = ['StartUp', 'Fight', 'Recruit', 'Visit', 'Mall', 'Award']
for maa_task in tasks:
if maa_task == 'Recruit':
Expand Down

0 comments on commit 2be2cf4

Please sign in to comment.