mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
fixes autosmelt display showing up earlier than normal
This commit is contained in:
parent
a1baaf14fb
commit
84f4f94e4a
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
sticky={false}
|
||||
productionDisplay={jsx(() => (
|
||||
<>
|
||||
{autoSmeltEnabled.value
|
||||
{autoSmeltEnabled.value && Decimal.gte(industrialCrucible.amount.value, 1)
|
||||
? `+${formatLimit(
|
||||
[
|
||||
[computedMetalGain.value, "smelting speed"],
|
||||
|
|
Loading…
Add table
Reference in a new issue