Fixes setting status display alerts

Specifically, through a communications console
This commit is contained in:
Krausus
2016-08-28 10:34:07 -04:00
parent 615b1f81ac
commit 851bba70a9
+1 -1
View File
@@ -87,7 +87,7 @@ Used In File(s): /code/game/machinery/computers/communications.dm
<h3>Alerts</h3>
{{for data.stat_display.alerts}}
<div class="line">
<div class="statusLabel">{{:helper.link(value.label,'alert',{'operation':'setstat','statdisp':'alert','exclamation-triangle':value.alert},null,(value.alert==data.stat_display.type?'linkOn':''))}}</div>
<div class="statusLabel">{{:helper.link(value.label,'exclamation-triangle',{'operation':'setstat','statdisp':'alert','alert':value.alert},null,(value.alert==data.stat_display.type?'linkOn':''))}}</div>
</div>
{{/for}}
<h3>Messages</h3>