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