mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 06:51:08 +00:00
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…
x
Reference in New Issue
Block a user