fix pass through

Co-authored-by: aeon0 <aeon4@pm.me>
This commit is contained in:
mgleed
2021-11-26 14:26:58 -05:00
committed by GitHub
parent 2d9634a6d3
commit b31f999722

View File

@@ -35,7 +35,7 @@ class Sorceress(IChar):
wait(delay,delay+0.1)
return cast_start
else:
super().pick_up_item(pos)
return super().pick_up_item(pos, item_name, prev_cast_start)
def pre_buff(self):
if self._char_config["cta_available"]: