Skip to content

Commit

Permalink
主题列表添加第13章
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Oct 10, 2023
1 parent 5c972f8 commit 35bc0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arknights_mower/utils/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def tap_element(self, element_name: str, x_rate: float = 0.5, y_rate: float = 0.


def tap_themed_element(self, name):
themes = ["dark", "sami"]
themes = ["dark", "sami", "ep13"]
themed_names = [name] + ["_".join([name, t]) for t in themes]
for i in themed_names:
try:
Expand Down

0 comments on commit 35bc0dd

Please sign in to comment.