Update pokemon.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-29 23:15:42 -04:00 committed by GitHub
parent aaf68aa3c1
commit 7f3a5cfe38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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