diff --git a/src/data/planes.tsx b/src/data/planes.tsx index 5f89e52..bfe4cb8 100644 --- a/src/data/planes.tsx +++ b/src/data/planes.tsx @@ -390,7 +390,7 @@ export function createPlane( description = `Multiply previous ${ resource.displayName } gain by x${format(multiplier)}.`; - cost = costInput.add(1).times(initialCost); + cost = costInput.add(1).pow_base(multiplier).times(initialCost); const prevGain = previousGain; costFormula = costFormula.add( computed(() =>