Skip to content

Commit

Permalink
修复异构武装卡柱子
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jan 3, 2025
1 parent e9856cf commit 85680ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.venv
updates/
working/
update/
Expand Down
3 changes: 3 additions & 0 deletions src/task/FarmWorldBossTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ def run(self):
logger.info(f'sleep for the Bell-Borne model to appear')
self.sleep(15)
self.run_until(self.in_combat, 'w', time_out=10, running=True)
if boss_name == 'Sentry Construct':
logger.debug('Sentry Construct sleep')
self.sleep(5)
try:
self.combat_once(wait_before=0)
except CharDeadException:
Expand Down

0 comments on commit 85680ac

Please sign in to comment.