Hello, again. I'm trying to make an offensive skill that transfers any user's debuffs onto the target. The problem is I don't know how to remove the user's debuffs. So far, I have written this:
def witch_hunt(a, b)
z = [0, 1, 2, 3, 4, 5, 6, 7]
for i in z
if a.debuff?(i)
#...