Update src/data/ability.ts
Co-authored-by: Samuel H <flashfireex@gmail.com>pull/432/head
parent
398c1584ef
commit
39392ace32
|
|
@ -901,8 +901,9 @@ export class PreAttackChangeType extends PreAttackAbAttr{
|
|||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export class VariableMoveTypeAbAttr extends AbAttr {
|
||||
apply(pokemon: Pokemon, passive: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
|
||||
//const power = args[0] as Utils.IntegerHolder;
|
||||
|
|
|
|||
Loading…
Reference in New Issue