Fix confusion not applying correctly

Co-authored-by: PigeonBar <56974298+PigeonBar@users.noreply.github.com>
This commit is contained in:
innerthunder 2024-11-19 15:29:37 -08:00 committed by GitHub
parent d4366cab03
commit a92016727f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5453,7 +5453,7 @@ export class ConfuseAttr extends AddBattlerTagAttr {
return false;
}
return false;
return super.apply(user, target, move, args);
}
}