mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +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,
|
||||
desc: computed(
|
||||
() =>
|
||||
`x${formatWhole(
|
||||
`+${formatWhole(
|
||||
Decimal.sub(boosts.green2.value, 1).times(100)
|
||||
)}% Kiln synergy effect.`
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue