mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Merge pull request #6206 from PsiOmegaDelta/SyndicateUplink
NanoUI - Fixes the Syndicate uplink template
This commit is contained in:
@@ -31,7 +31,7 @@ Used In File(s): \code\game\objects\items\devices\uplinks.dm
|
||||
<div class="item">
|
||||
<H3><span class="white">{{:value.Category}}</span></H3>
|
||||
</div>
|
||||
{{for data.items :itemValue:itemIndex}}
|
||||
{{for value.items :itemValue:itemIndex}}
|
||||
<div class="item">
|
||||
{{:helper.link( itemValue.Name, 'gear', {'buy_item' : itemValue.obj_path, 'cost' : itemValue.Cost}, itemValue.Cost > data.crystals ? 'disabled' : null, null)}} - <span class="white">{{:itemValue.Cost}}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user