mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fixed workshop display
This commit is contained in:
parent
850ccdbd5f
commit
cb3b66bdb7
1 changed files with 1 additions and 6 deletions
|
@ -99,12 +99,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
<br />
|
||||
<span style="font-size: large">
|
||||
{masteryEffectActive.value ? "Requirement" : "Cost"}:{" "}
|
||||
{displayResource(
|
||||
trees.logs,
|
||||
Decimal.gte(foundationConversion.actualGain.value, 1)
|
||||
? foundationConversion.currentAt.value
|
||||
: foundationConversion.nextAt.value
|
||||
)}{" "}
|
||||
{displayResource(trees.logs, foundationConversion.nextAt.value)}{" "}
|
||||
{trees.logs.displayName}
|
||||
</span>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue