mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
removed redundant lines
This commit is contained in:
parent
c379f3cf1d
commit
27850665fb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user