Skip to content

Commit

Permalink
#337 增长饰品提取等待时间
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Aug 25, 2024
1 parent f3e2044 commit e51bd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sr/div_uni/op/ornamenet_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ChallengeOrnamentExtraction(StateOperation):
def __init__(self, ctx: Context, mission: OrnamentExtraction, run_times: int,
diff: int, file_num: int, support_character: str,
get_reward_callback: Optional[Callable[[int], None]] = None):
super().__init__(ctx, try_times=10, op_name=gt('饰品提取', 'ui'))
super().__init__(ctx, try_times=60, op_name=gt('饰品提取', 'ui'))

self.mission: OrnamentExtraction = mission
"""需要挑战的副本"""
Expand Down

0 comments on commit e51bd53

Please sign in to comment.