mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-31 15:41:37 +00:00
Fixed foundation cost display
This commit is contained in:
parent
a0f37285d7
commit
52b51fea90
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
<br />
|
||||
<br />
|
||||
<span style="font-size: large">
|
||||
Req: {displayResource(trees.logs, foundationConversion.currentAt.value)}{" "}
|
||||
Cost: {displayResource(trees.logs, Decimal.gte(foundationConversion.actualGain.value, 1) ? foundationConversion.currentAt.value : foundationConversion.nextAt.value)}{" "}
|
||||
{trees.logs.displayName}
|
||||
</span>
|
||||
</>
|
||||
|
|
Loading…
Add table
Reference in a new issue