Add examine descs, air alarm construction descs (#39949)

A bunch of items were missing examine messages about their alt+click
functionality, I added them. Also, construction step descs for air alarms.
This commit is contained in:
81Denton
2018-09-05 23:06:23 -07:00
committed by Tad Hardesty
parent d14a829803
commit d8393bed10
16 changed files with 68 additions and 6 deletions
@@ -74,7 +74,7 @@
else
add_overlay("[icon_state]_open")
/obj/structure/closet/examine(mob/user)
/obj/structure/closet/examine(mob/living/user)
..()
if(welded)
to_chat(user, "<span class='notice'>It's welded shut.</span>")
@@ -84,6 +84,8 @@
to_chat(user, "<span class='notice'>The parts are <b>welded</b> together.</span>")
else if(secure && !opened)
to_chat(user, "<span class='notice'>Alt-click to [locked ? "unlock" : "lock"].</span>")
if(user.has_trait(TRAIT_SKITTISH))
to_chat(user, "<span class='notice'>Ctrl-Shift-click [src] to jump inside.</span>")
/obj/structure/closet/CanPass(atom/movable/mover, turf/target)
if(wall_mounted)