diff --git a/src/data/move.ts b/src/data/move.ts index b502a9f6137..c4ca88dc393 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -2916,7 +2916,7 @@ export class ForceSwitchOutAttr extends MoveEffectAttr { return (user, target, move) => move.category !== MoveCategory.STATUS || this.getSwitchOutCondition()(user, target, move); } - public isSelfSwitch(): boolean { + isSelfSwitch(): boolean { return this.user; }