mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 03:42:18 +02:00
Add TsDoc documentation to BypassRedirectAttr
This commit is contained in:
parent
b732992ffd
commit
abbf28d872
@ -2597,10 +2597,12 @@ const crashDamageFunc = (user: Pokemon, move: Move) => {
|
||||
};
|
||||
|
||||
export class TypelessAttr extends MoveAttr { }
|
||||
|
||||
/**
|
||||
* Attribute used for moves which ignore redirection effects, and always target their original target, i.e. Snipe Shot
|
||||
* Bypasses Storm Drain, Follow Me, Ally Switch, and the like.
|
||||
*/
|
||||
export class BypassRedirectAttr extends MoveAttr { }
|
||||
|
||||
|
||||
export class DisableMoveAttr extends MoveEffectAttr {
|
||||
constructor() {
|
||||
super(false);
|
||||
|
Loading…
Reference in New Issue
Block a user