From 59fe79961d16ff3fbb801e95d34e318a38306285 Mon Sep 17 00:00:00 2001 From: Abbie Fland <34605836+AbbieFland@users.noreply.github.com> Date: Tue, 16 Jan 2018 18:54:04 -0500 Subject: [PATCH] Changes AR-E glasses to show engineering alarms They were linked to the base alarm_monitor, which meant they got a blank alarm panel. This changes them to use alarm_monitor/engineering which has the atmos/fire/power alarms common to engineering. --- code/modules/clothing/glasses/hud_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/hud_vr.dm b/code/modules/clothing/glasses/hud_vr.dm index 0f569e5ab7..ec91efe9b4 100644 --- a/code/modules/clothing/glasses/hud_vr.dm +++ b/code/modules/clothing/glasses/hud_vr.dm @@ -101,7 +101,7 @@ mode = "eng" flash_protection = FLASH_PROTECTION_MAJOR action_button_name = "AR Console (Station Alerts)" - arscreen_path = /datum/nano_module/alarm_monitor + arscreen_path = /datum/nano_module/alarm_monitor/engineering ar_interact(var/mob/living/carbon/human/user) if(arscreen)