removed redundant lines

This commit is contained in:
Luc 2024-04-18 22:37:09 -04:00
parent c379f3cf1d
commit 27850665fb

View File

@ -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();