mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
QOL: Better Camera & Air Alarm Lists
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user