mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-25 05:32:17 +00:00
fix glyph sacrifice
This commit is contained in:
parent
376b846146
commit
37cde78802
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user