mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
Fix metal/s display
This commit is contained in:
parent
43d4039d80
commit
2b5f435176
1 changed files with 2 additions and 2 deletions
|
@ -430,9 +430,9 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
? `+${formatLimit(
|
||||
[
|
||||
[computedMetalGain.value, "smelting speed"],
|
||||
[computedOreGain.value, "ore gain"],
|
||||
[Decimal.times(computedOreGain.value, computedOrePurity.value), "ore gain"],
|
||||
[
|
||||
Decimal.div(coal.computedCoalGain.value, coalCost),
|
||||
Decimal.div(coal.computedCoalGain.value, coalCost).times(computedOrePurity.value),
|
||||
"coal gain"
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue