From a224b461714eb96d3fa9965e5af95e547d087744 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Fri, 29 Aug 2014 00:27:38 +0200 Subject: [PATCH] Corrects the Syndicate Uplink template. Fixes #6204. --- nano/templates/uplink.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/templates/uplink.tmpl b/nano/templates/uplink.tmpl index dd92bcd0bea..807dfbe584f 100644 --- a/nano/templates/uplink.tmpl +++ b/nano/templates/uplink.tmpl @@ -31,7 +31,7 @@ Used In File(s): \code\game\objects\items\devices\uplinks.dm

{{:value.Category}}

- {{for data.items :itemValue:itemIndex}} + {{for value.items :itemValue:itemIndex}}
{{:helper.link( itemValue.Name, 'gear', {'buy_item' : itemValue.obj_path, 'cost' : itemValue.Cost}, itemValue.Cost > data.crystals ? 'disabled' : null, null)}} - {{:itemValue.Cost}}