mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +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 />
|
<br />
|
||||||
<span style="font-size: large">
|
<span style="font-size: large">
|
||||||
{masteryEffectActive.value ? "Requirement" : "Cost"}:{" "}
|
{masteryEffectActive.value ? "Requirement" : "Cost"}:{" "}
|
||||||
{displayResource(
|
{displayResource(trees.logs, foundationConversion.nextAt.value)}{" "}
|
||||||
trees.logs,
|
|
||||||
Decimal.gte(foundationConversion.actualGain.value, 1)
|
|
||||||
? foundationConversion.currentAt.value
|
|
||||||
: foundationConversion.nextAt.value
|
|
||||||
)}{" "}
|
|
||||||
{trees.logs.displayName}
|
{trees.logs.displayName}
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue