Fix consecutive use moves starting at double BP (rollout, echoed voice, etc)
This commit is contained in:
parent
3b1119fa1a
commit
d44dfac0c8
|
@ -1423,7 +1423,7 @@ export abstract class ConsecutiveUsePowerMultiplierAttr extends MovePowerMultipl
|
|||
break;
|
||||
}
|
||||
|
||||
return this.getMultiplier(count);
|
||||
return this.getMultiplier(count - 1);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue