mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22: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
@ -902,7 +902,8 @@ 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
Block a user