Fix arena traps applying twice in double battles
This commit is contained in:
parent
cb39a4a156
commit
2e728307c3
|
@ -2143,7 +2143,7 @@ export class AddArenaTagAttr extends MoveEffectAttr {
|
|||
private failOnOverlap: boolean;
|
||||
|
||||
constructor(tagType: ArenaTagType, turnCount?: integer, failOnOverlap: boolean = false) {
|
||||
super(true);
|
||||
super(true, MoveEffectTrigger.POST_APPLY, true);
|
||||
|
||||
this.tagType = tagType;
|
||||
this.turnCount = turnCount;
|
||||
|
|
Loading…
Reference in New Issue