Skip to content

Commit

Permalink
Merge branch 'main' into dev_shawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks-luow authored May 18, 2023
2 parents 0839267 + b8f7bf2 commit c36b171
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/ArkMowers/arknights-mower/main?style=flat-square)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/ArkMowers/arknights-mower?style=flat-square)](https://codeclimate.com/github/ArkMowers/arknights-mower)


7*24 小时不间断长草,让你忘掉这个游戏!

</div>
Expand Down
1 change: 1 addition & 0 deletions arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ def plan_solver(self):
continue
if op.name in self.op_data.exhaust_agent:
if op.current_mood() <= 2:

if next((e for e in self.tasks if 'type' in e.keys() and op.name in e['type']),
None) is None:
self.enter_room(op.current_room)
Expand Down
5 changes: 2 additions & 3 deletions menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,8 @@ def menu():

plan_tab = sg.Tab(' 排班表 ', [[left_area, central_area, right_area], [setting_area]], element_justification="center")
setting_tab = sg.Tab(' 高级设置 ',
[
[run_mode_title, run_mode_1, run_mode_2], [ling_xi_title, ling_xi_1, ling_xi_2, ling_xi_3],
[enable_party_title, enable_party_1, enable_party_0],
[[run_mode_title, run_mode_1, run_mode_2], [ling_xi_title, ling_xi_1, ling_xi_2, ling_xi_3],
[enable_party_title,enable_party_1,enable_party_0],
[max_resting_count_title, max_resting_count, sg.Text('', size=16), run_order_delay_title,
run_order_delay],
[drone_room_title, drone_room, sg.Text('', size=7), drone_count_limit_title,
Expand Down

0 comments on commit c36b171

Please sign in to comment.