mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Add mention of alt-click lock/unlock shortcut to APC and Air Alarm descriptions. (#30420)
This commit is contained in:
@@ -1153,6 +1153,8 @@ GLOBAL_LIST_INIT(aalarm_modes, list(
|
||||
if(AIR_ALARM_READY)
|
||||
if(wiresexposed)
|
||||
. += "<span class='notice'>The wiring could be <i>cut and removed</i> or panel could <b>screwed</b> closed.</span>"
|
||||
else
|
||||
. += "<span class='notice'>You can unlock an Air Alarm by using an ID with the required access on it (shortcut: <b>Alt-click</b>), or ask a local synthetic.</span>"
|
||||
|
||||
/obj/machinery/alarm/proc/unshort_callback()
|
||||
if(shorted)
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
. += "The cover is broken. It may be hard to force it open."
|
||||
else
|
||||
. += "The cover is closed."
|
||||
. += "<span class='notice'>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.</span>"
|
||||
. += "<span class='notice'>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: <b>Alt-click</b>), or ask a local synthetic.</span>"
|
||||
. += "<span class='notice'>The enviroment setting controls the gas and airlock power.</span>"
|
||||
. += "<span class='notice'>The lighting setting controls the power of all the lighting of the room.</span>"
|
||||
. += "<span class='notice'>The equipment setting controls the power of all machines and computers in the room.</span>"
|
||||
|
||||
Reference in New Issue
Block a user