mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Remove everything related to Sacrifice in the IDs tab
This commit is contained in:
parent
b3a254af60
commit
ecef2f9baf
@ -32,12 +32,6 @@ export default {
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
sacrificeBoostDisplay() {
|
||||
return formatX(this.sacrificeBoost, 2, 2);
|
||||
},
|
||||
sacrificeTooltip() {
|
||||
return `Boosts 8th Antimatter Dimension by ${this.sacrificeBoostDisplay}`;
|
||||
},
|
||||
tesseractCountString() {
|
||||
const extra = this.extraTesseracts > 0 ? ` + ${format(this.extraTesseracts, 2, 2)}` : "";
|
||||
return `${formatInt(this.boughtTesseracts)}${extra}`;
|
||||
|
Loading…
Reference in New Issue
Block a user