mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
only do the thingy if it actually gets effected.
This commit is contained in:
parent
4dd2504bc7
commit
4b084658d2
@ -939,8 +939,9 @@ export class MoveChanceBoostAbAttr extends VariableMoveChanceAbAttr {
|
||||
}
|
||||
|
||||
applyPreAttack(pokemon: Pokemon, passive: boolean, defender: Pokemon, move: PokemonMove, args: any[]): boolean {
|
||||
if ((args[0] as Utils.NumberHolder).value == 100 || (args[0] as Utils.NumberHolder).value == -1)
|
||||
return false;
|
||||
(args[0] as Utils.NumberHolder).value *= this.chanceMultiplier;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user