From 27850665fb11c4a006f20f05f71be995dbe5546e Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 18 Apr 2024 22:37:09 -0400 Subject: [PATCH] removed redundant lines --- src/data/ability.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 9f9c4c579dc..8289e10e3dc 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -1024,7 +1024,6 @@ export class PostAttackApplyBattlerTagAbAttr extends PostAttackAbAttr { export class StenchAbAttr extends PostAttackAbAttr { private contactRequired: boolean; private chance: integer; - private effects: BattlerTagType; constructor(contactRequired: boolean, chance: integer) { super();