Skip to content

Commit

Permalink
#229 优化流程
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawnsdaddy committed Oct 2, 2023
1 parent 308ddd5 commit 949f7a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2094,9 +2094,10 @@ def agent_arrange(self, plan: tp.BasePlan, get_time=False):
logger.info(f'当前无人机数量为:{drone_count}')
# 200 为识别错误
if drone_count >= self.drone_count_limit and drone_count != 201:
self.drone(room, not_customize=True, skip_enter=True)
self.drone(room, not_return=True, not_customize=True, skip_enter=True)
if self.op_data.config.run_order_buffer_time > 0:
self.back(interval=0.5)
while self.find('bill_accelerate') is not None:
self.back(interval=0.5)
else:
self.back(interval=0.5)
self.back(interval=0.5)
Expand Down

0 comments on commit 949f7a5

Please sign in to comment.