removed unnecessary code
parent
dc5c8043dd
commit
7219fecf82
|
|
@ -2916,7 +2916,7 @@ export class ForceSwitchOutAttr extends MoveEffectAttr {
|
|||
return (user, target, move) => move.category !== MoveCategory.STATUS || this.getSwitchOutCondition()(user, target, move);
|
||||
}
|
||||
|
||||
public isSelfSwitch(): boolean {
|
||||
isSelfSwitch(): boolean {
|
||||
return this.user;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue