mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update src/data/ability.ts
Co-authored-by: Samuel H <flashfireex@gmail.com>
This commit is contained in:
parent
398c1584ef
commit
39392ace32
@ -903,6 +903,7 @@ 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
Block a user