Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pull_request'
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jan 11, 2025
2 parents 927ece8 + 60b2cca commit 3d2d578
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/task/FarmWorldBossTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def run(self):
elif boss_name == 'Bell-Borne Geochelone':
logger.info(f'sleep for the Bell-Borne model to appear')
self.sleep(15)
self.middle_click_relative(0.5, 0.5)
self.sleep(0.4)
self.run_until(self.in_combat, 'w', time_out=10, running=True)
if boss_name == 'Sentry Construct':
logger.debug('Sentry Construct sleep')
Expand Down

0 comments on commit 3d2d578

Please sign in to comment.