mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
I want to change wording slightly :blobheart:
This commit is contained in:
parent
82f3bf98a2
commit
02b2912b8a
@ -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)}`;
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user