From 851bba70a995eb4653dcdce72dcb7ba39f559b04 Mon Sep 17 00:00:00 2001 From: Krausus Date: Sun, 28 Aug 2016 10:34:07 -0400 Subject: [PATCH] Fixes setting status display alerts Specifically, through a communications console --- nano/templates/comm_console.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/templates/comm_console.tmpl b/nano/templates/comm_console.tmpl index 209ae5f0ee8..6d566aa85fb 100644 --- a/nano/templates/comm_console.tmpl +++ b/nano/templates/comm_console.tmpl @@ -87,7 +87,7 @@ Used In File(s): /code/game/machinery/computers/communications.dm

Alerts

{{for data.stat_display.alerts}}
-
{{:helper.link(value.label,'alert',{'operation':'setstat','statdisp':'alert','exclamation-triangle':value.alert},null,(value.alert==data.stat_display.type?'linkOn':''))}}
+
{{:helper.link(value.label,'exclamation-triangle',{'operation':'setstat','statdisp':'alert','alert':value.alert},null,(value.alert==data.stat_display.type?'linkOn':''))}}
{{/for}}

Messages