change x0% to +0%

This commit is contained in:
unsoftcapped3 2022-12-11 10:51:58 -08:00 committed by GitHub
parent 3641db9fe0
commit 83d1b08258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.`
) )