fix glyph sacrifice

This commit is contained in:
IvarK 2019-08-09 23:35:30 +03:00
parent 376b846146
commit 37cde78802

View File

@ -101,7 +101,7 @@ const Teresa = {
return true;
},
rewardMultiplier(antimatter) {
return Decimal.max(Decimal.pow(antimatter.log10() / 1.5e8, 12), 1).toNumber();
return Decimal.max(Decimal.pow(antimatter.plus(1).log10() / 1.5e8, 12), 1).toNumber();
},
perkShopCap(upgrade) {
switch (upgrade.id) {