mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 08:31:35 +00:00
change x0% to +0%
This commit is contained in:
parent
3641db9fe0
commit
83d1b08258
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
visible: true,
|
visible: true,
|
||||||
desc: computed(
|
desc: computed(
|
||||||
() =>
|
() =>
|
||||||
`x${formatWhole(
|
`+${formatWhole(
|
||||||
Decimal.sub(boosts.green2.value, 1).times(100)
|
Decimal.sub(boosts.green2.value, 1).times(100)
|
||||||
)}% Kiln synergy effect.`
|
)}% Kiln synergy effect.`
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue