QOL: Better Camera & Air Alarm Lists

This commit is contained in:
skull132
2016-02-07 12:43:08 +02:00
parent 48ea5a6777
commit d732323a42
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
<div class='item'>
{{for data.alarms}}
{{:helper.link(value.name, null, {'alarm' : value.ref}, null, value.danger == 2 ? 'redButton' : (value.danger == 1 ? 'yellowButton' : null))}}
<br><br>
{{/for}}
</div>
</div>
+1
View File
@@ -20,4 +20,5 @@ Used In File(s): \code\game\machinery\computer\camera.dm
{{else}}
{{:helper.link(value.name, '', {'switchTo' : value.camera})}}
{{/if}}
<br><br>
{{/for}}