Skip to content

Commit

Permalink
#253 加大检测星数运行的次数
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Apr 7, 2024
1 parent aca97b6 commit 32f10bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sr/treasures_lightward/op/check_mission_star.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, ctx: Context, mission_num: int):
:param ctx: 应用上下文
:param mission_num: 扫描哪个关卡 1~12
"""
super().__init__(ctx, try_times=10, op_name='%s %d' % (gt('逐光捡金 获取关卡星数', 'ui'), mission_num))
super().__init__(ctx, try_times=20, op_name='%s %d' % (gt('逐光捡金 获取关卡星数', 'ui'), mission_num))
self.mission_num: int = mission_num

def _execute_one_round(self) -> OperationOneRoundResult:
Expand Down

0 comments on commit 32f10bf

Please sign in to comment.