mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 22:16:23 +01:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user