diff --git a/src/char/BaseChar.py b/src/char/BaseChar.py index 6a6f1e2..b3879cd 100644 --- a/src/char/BaseChar.py +++ b/src/char/BaseChar.py @@ -270,7 +270,7 @@ def click_liberation(self, wait_end=True, con_less_than=-1, send_click=False): self.task.in_liberation = True if send_click: self.task.click(interval=0.1) - if time.time() - start > 0: + if time.time() - start > 7: self.task.raise_not_in_combat('too long a liberation, the boss was killed by the liberation') self.task.next_frame() self.task.in_liberation = False