From 99d0494e2ecaebdb70dddaddd3fbecd6e431a14b Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 26 Sep 2025 04:27:27 -0400 Subject: [PATCH] Add mention of alt-click lock/unlock shortcut to APC and Air Alarm descriptions. (#30420) --- code/modules/atmospherics/machinery/airalarm.dm | 2 ++ code/modules/power/apc/apc.dm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/airalarm.dm b/code/modules/atmospherics/machinery/airalarm.dm index e184d539f61..bf5446df903 100644 --- a/code/modules/atmospherics/machinery/airalarm.dm +++ b/code/modules/atmospherics/machinery/airalarm.dm @@ -1153,6 +1153,8 @@ GLOBAL_LIST_INIT(aalarm_modes, list( if(AIR_ALARM_READY) if(wiresexposed) . += "The wiring could be cut and removed or panel could screwed closed." + else + . += "You can unlock an Air Alarm by using an ID with the required access on it (shortcut: Alt-click), or ask a local synthetic." /obj/machinery/alarm/proc/unshort_callback() if(shorted) diff --git a/code/modules/power/apc/apc.dm b/code/modules/power/apc/apc.dm index 1ce48159b66..b65ce8723db 100644 --- a/code/modules/power/apc/apc.dm +++ b/code/modules/power/apc/apc.dm @@ -236,7 +236,7 @@ . += "The cover is broken. It may be hard to force it open." else . += "The cover is closed." - . += "This powerful, yet small, device powers the entire room in which it is located. From lighting, airlocks, and equipment, an APC is able to power it all! You can unlock an APC by using an ID with the required access on it, or by a local synthetic." + . += "This powerful, yet small, device powers the entire room in which it is located. Of lighting, airlocks, and equipment, an APC is able to power it all! You can unlock an APC by using an ID with the required access on it (shortcut: Alt-click), or ask a local synthetic." . += "The enviroment setting controls the gas and airlock power." . += "The lighting setting controls the power of all the lighting of the room." . += "The equipment setting controls the power of all machines and computers in the room."