diff --git a/src/data/ability.ts b/src/data/ability.ts index 9b533837de7..24e1c011624 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4967,7 +4967,7 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr { return false; } } - getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null { + public getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null { return this.helper.getFailedText(target); } }