fix red dye bug

This commit is contained in:
unsoftcapped3 2022-12-18 21:43:55 -08:00 committed by GitHub
parent e8e2880cff
commit a39508b9b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
modifiers.push(
createMultiplicativeModifier(() => ({
multiplier() {
return Decimal.add(dyes.blue.amount.value, 1).log10();
return Decimal.add(dyes.blue.amount.value, 1).log10().add(1);
},
description: "Dye Synergy II",
enabled: oil.row3Upgrades[3].bought