Skip to content

Commit

Permalink
out of combat count down check
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jul 5, 2024
1 parent fae89f0 commit 8daa71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combat/CombatCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_count_down(self):
else:
return True
else:
self.has_count_down = count_down > 0.1
self.has_count_down = count_down > 0.04
return self.has_count_down

def check_boss(self):
Expand Down

0 comments on commit 8daa71f

Please sign in to comment.