From 4df2de44a06ed812273caf110548668312a65827 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:22:15 -0700 Subject: [PATCH] Add `override` to `start()` and `end()` --- src/phases/move-effect-phase.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,