Skip to content

Commit

Permalink
reduce go to echo walk time
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jul 5, 2024
1 parent e594d68 commit e4b9fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/FarmEchoTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run(self):
logger.info(f'farm echo combat end')
self.wait_in_team_and_world(time_out=20)
logger.info(f'farm echo move forward walk_until_f to find echo')
if self.walk_until_f(time_out=4, raise_if_not_found=False): # find and pick echo
if self.walk_until_f(time_out=3, raise_if_not_found=False): # find and pick echo
logger.debug(f'farm echo found echo move forward walk_until_f to find echo')
self.incr_drop(True)
elif not self.last_drop: # only search for the guaranteed drop
Expand Down

0 comments on commit e4b9fdc

Please sign in to comment.