mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-20 11:17:26 +00:00
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…
x
Reference in New Issue
Block a user