Skip to content

Commit

Permalink
#377 凝滞虚影向前走两步
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Aug 24, 2024
1 parent d807a02 commit 5bf132c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sr/operation/battle/use_trailblaze_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,11 @@ def _after_start_challenge(self) -> OperationOneRoundResult:
:return:
"""
if self.mission.cate == GuideCategoryEnum.SHAPE.value:
op = WaitInWorld(self.ctx, wait_after_success=2) # 等待怪物苏醒
op = WaitInWorld(self.ctx, wait_after_success=1) # 等待怪物苏醒
op_result = op.execute()
if not op_result.success:
return self.round_fail('未在大世界画面')
self.ctx.controller.move('w', press_time=1)
self.ctx.controller.initiate_attack()
return self.round_success(wait=1)
else:
Expand Down

0 comments on commit 5bf132c

Please sign in to comment.