mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +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 {
|
export class StenchAbAttr extends PostAttackAbAttr {
|
||||||
private contactRequired: boolean;
|
private contactRequired: boolean;
|
||||||
private chance: integer;
|
private chance: integer;
|
||||||
private effects: BattlerTagType;
|
|
||||||
|
|
||||||
constructor(contactRequired: boolean, chance: integer) {
|
constructor(contactRequired: boolean, chance: integer) {
|
||||||
super();
|
super();
|
||||||
|
Loading…
Reference in New Issue
Block a user