oops I broke flinching

This commit is contained in:
innerthunder 2024-11-17 14:41:17 -08:00
parent 1e8cbc9d3c
commit 851563f906

View File

@ -5431,10 +5431,6 @@ export class FlinchAttr extends AddBattlerTagAttr {
constructor() {
super(BattlerTagType.FLINCHED, false);
}
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
return false;
}
}
export class ConfuseAttr extends AddBattlerTagAttr {