diff --git a/src/phases/move-effect-phase.ts b/src/phases/move-effect-phase.ts index 4699231e0bd..9e5e768adb3 100644 --- a/src/phases/move-effect-phase.ts +++ b/src/phases/move-effect-phase.ts @@ -77,7 +77,7 @@ export class MoveEffectPhase extends PokemonPhase { this.targets = targets; } - public start(): void { + public override start(): void { super.start(); /** The Pokemon using this phase's invoked move */ @@ -351,7 +351,7 @@ export class MoveEffectPhase extends PokemonPhase { }); } - public end(): void { + public override end(): void { const user = this.getUserPokemon(); /** * If this phase isn't for the invoked move's last strike,