mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixes setting status display alerts
Specifically, through a communications console
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user