Revert "only do the thingy if it actually gets effected."
This reverts commit 4b084658d2.
pull/323/head
parent
4b084658d2
commit
acb58410ae
|
|
@ -939,9 +939,8 @@ export class MoveChanceBoostAbAttr extends VariableMoveChanceAbAttr {
|
||||||
}
|
}
|
||||||
|
|
||||||
applyPreAttack(pokemon: Pokemon, passive: boolean, defender: Pokemon, move: PokemonMove, args: any[]): boolean {
|
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;
|
(args[0] as Utils.NumberHolder).value *= this.chanceMultiplier;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue