mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-01 11:16:21 +00:00
oops I broke flinching
This commit is contained in:
parent
1e8cbc9d3c
commit
851563f906
@ -5431,10 +5431,6 @@ export class FlinchAttr extends AddBattlerTagAttr {
|
|||||||
constructor() {
|
constructor() {
|
||||||
super(BattlerTagType.FLINCHED, false);
|
super(BattlerTagType.FLINCHED, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export class ConfuseAttr extends AddBattlerTagAttr {
|
export class ConfuseAttr extends AddBattlerTagAttr {
|
||||||
|
Loading…
Reference in New Issue
Block a user