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 bc6127a commit 3c07929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sr/div_uni/op/ornamenet_extraction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import time

from typing import Optional, Callable

from basic.i18_utils import gt
Expand Down Expand Up @@ -30,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, op_name=gt('饰品提取', 'ui'))
super().__init__(ctx, try_times=10, op_name=gt('饰品提取', 'ui'))

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

0 comments on commit 3c07929

Please sign in to comment.