mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-21 16:13:54 +00:00
Fix repair factory confirmation label
This commit is contained in:
parent
4fecb68170
commit
b66d6253ae
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export const brokenFactory = {
|
|||
}
|
||||
},
|
||||
confirmationLabel: () =>
|
||||
Decimal.gte(main.energy.value, 1000)
|
||||
Decimal.gte(main.energy.value, 100)
|
||||
? { text: "Tap again to confirm" }
|
||||
: { text: "Cannot afford", color: "var(--danger)" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue