I want to change wording slightly :blobheart:

This commit is contained in:
Hirame1 2024-05-18 15:23:17 +07:00 committed by cyip92
parent 82f3bf98a2
commit 02b2912b8a

View File

@ -1,6 +1,4 @@
<script>
import { Achievement } from "../../../core/globals";
import AntimatterDimensionProgressBar from "./AntimatterDimensionProgressBar";
import AntimatterDimensionRow from "@/components/tabs/antimatter-dimensions/ModernAntimatterDimensionRow";
import AntimatterGalaxyRow from "@/components/tabs/antimatter-dimensions/ModernAntimatterGalaxyRow";
@ -37,8 +35,9 @@ export default {
},
computed: {
sacrificeTooltip() {
if (this.isFullyAutomated)
return "Sacrifice autobuyer is enabled and r118 is completed, so there is no reason to manually sacrifice";
if (this.isFullyAutomated) {
return "Sacrifice autobuyer is enabled and Achievement 118 is unlocked, so Sacrifice is now fully automated";
}
return `Boosts 8th Antimatter Dimension by ${formatX(this.sacrificeBoost, 2, 2)}`;
},
},