Fix confusion not applying correctly
Co-authored-by: PigeonBar <56974298+PigeonBar@users.noreply.github.com>
This commit is contained in:
parent
d4366cab03
commit
a92016727f
|
@ -5453,7 +5453,7 @@ export class ConfuseAttr extends AddBattlerTagAttr {
|
|||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
return super.apply(user, target, move, args);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue