mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Small fix for Reflect/Light Screen/Aurora Veil
This commit is contained in:
parent
887a4176ab
commit
4aac7655f0
@ -78,7 +78,7 @@ export class MistTag extends ArenaTag {
|
||||
|
||||
export class WeakenMoveScreenTag extends ArenaTag {
|
||||
constructor(tagType: ArenaTagType, turnCount: integer, sourceMove: Moves, sourceId: integer, side: ArenaTagSide) {
|
||||
super(tagType, turnCount, sourceMove, sourceId);
|
||||
super(tagType, turnCount, sourceMove, sourceId, side);
|
||||
}
|
||||
|
||||
apply(arena: Arena, args: any[]): boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user