Merge pull request #5643 from Ccomp5950/pda_nanoui_fix

PDA template correction for new NanoUI Templating.
This commit is contained in:
Zuhayr
2014-07-16 16:28:49 +09:30
+1 -1
View File
@@ -164,7 +164,7 @@ Used In File(s): \code\game\objects\items\devices\PDA\PDA.dm
{{/if}}
{{/if}}
{{:helper.link('Atmospheric Scan', 'gear', {'choice' : "3"}, null, 'fixedLeftWide')}}
{{:helper.link(fon==1 ? 'Disable Flashlight' : 'Enable Flashlight', 'lightbulb', {'choice' : "Light"}, null,'fixedLeftWide')}}
{{:helper.link(data.fon==1 ? 'Disable Flashlight' : 'Enable Flashlight', 'lightbulb', {'choice' : "Light"}, null,'fixedLeftWide')}}
</div>
</div>
{{if data.pai}}