From 2ce9636d3a9fa4981953341f3fedc83fed23c29d Mon Sep 17 00:00:00 2001 From: Randi Date: Tue, 17 Mar 2026 07:36:41 -0400 Subject: [PATCH] Added additional delay after cta to swap weapons --- src/char/i_char.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/char/i_char.py b/src/char/i_char.py index 6db4633..f6565b5 100644 --- a/src/char/i_char.py +++ b/src/char/i_char.py @@ -332,6 +332,7 @@ class IChar: wait(self._cta_cast_duration, self._cta_cast_duration) if Config().char["buff_with_cta"]: self.cast_buffs(self._cta_cast_duration) + wait(0.08,0.08) #Give extra time after last cast to allow weapon switch to be available # Make sure the switch back to the original weapon is good start = time.time()