mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-23 17:01:45 +00:00
Add display for hidden treasures
This commit is contained in:
parent
2deef8decc
commit
11c7144eaa
1 changed files with 6 additions and 0 deletions
|
@ -1471,6 +1471,12 @@ export function createPlane(
|
|||
</StickyVue>
|
||||
<SpacerVue height="60px" />
|
||||
{renderableFeatures.value}
|
||||
{earnedTreasures.value.length + 1 < length ? (
|
||||
<div>
|
||||
+{formatWhole(length - earnedTreasures.value.length - 1)} remaining
|
||||
treasures
|
||||
</div>
|
||||
) : null}
|
||||
{render(modifiersModal)}
|
||||
</>
|
||||
)),
|
||||
|
|
Loading…
Reference in a new issue