Removed unused parameter from addBattlerTagAttr

This commit is contained in:
Bertie690 2025-08-02 15:42:58 -04:00
parent a6f2e5ba04
commit 3a88045871

View File

@ -5599,7 +5599,6 @@ export class AddBattlerTagAttr extends MoveEffectAttr {
public tagType: BattlerTagType;
public turnCountMin: number;
public turnCountMax: number;
protected cancelOnFail: boolean;
private failOnOverlap: boolean;
constructor(tagType: BattlerTagType, selfTarget: boolean = false, failOnOverlap: boolean = false, turnCountMin: number = 0, turnCountMax?: number, lastHitOnly: boolean = false) {