Added additional delay after cta to swap weapons

This commit is contained in:
Randi
2026-03-17 07:36:41 -04:00
parent b03b2fd226
commit 2ce9636d3a

View File

@@ -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()