Fix consecutive use moves starting at double BP (rollout, echoed voice, etc)

This commit is contained in:
Flashfyre 2024-03-30 21:59:39 -04:00
parent 3b1119fa1a
commit d44dfac0c8
1 changed files with 1 additions and 1 deletions

View File

@ -1423,7 +1423,7 @@ export abstract class ConsecutiveUsePowerMultiplierAttr extends MovePowerMultipl
break; break;
} }
return this.getMultiplier(count); return this.getMultiplier(count - 1);
}); });
} }