From 7f3a5cfe381a7a333dd54c4dced1b0085fa2efb3 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 29 Apr 2025 23:15:42 -0400 Subject: [PATCH] Update pokemon.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/field/pokemon.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index a5b7076d176..578685b5f50 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -4920,7 +4920,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { * removing any whose durations fall below 0. * @param tagType the {@linkcode BattlerTagLapseType} to tick down */ - lapseTags(lapseType: BattlerTagLapseType): void { const tags = this.summonData.tags; tags