Fix repair factory confirmation label

This commit is contained in:
thepaperpilot 2023-05-14 14:02:57 -05:00
parent 4fecb68170
commit b66d6253ae

View file

@ -96,7 +96,7 @@ export const brokenFactory = {
} }
}, },
confirmationLabel: () => confirmationLabel: () =>
Decimal.gte(main.energy.value, 1000) Decimal.gte(main.energy.value, 100)
? { text: "Tap again to confirm" } ? { text: "Tap again to confirm" }
: { text: "Cannot afford", color: "var(--danger)" } : { text: "Cannot afford", color: "var(--danger)" }
} }