Remove unused parameter from exponential scaling function
This commit is contained in:
parent
0d0db90b77
commit
79dd822b3a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const layer = createLayer(() => {
|
|||
const points = createResource<DecimalSource>(0, "prestige points");
|
||||
|
||||
const conversion = createCumulativeConversion(() => ({
|
||||
scaling: createExponentialScaling(10, 5, 0.5),
|
||||
scaling: createExponentialScaling(10, 0.5),
|
||||
baseResource: main.points,
|
||||
gainResource: points,
|
||||
roundUpCost: true
|
||||
|
|
Loading…
Reference in a new issue