Merge pull request #31275 from kingofkosmos/moredeconhints

Adds deconstruction hints to various things
This commit is contained in:
oranges
2017-10-05 10:33:09 +13:00
committed by CitadelStationBot
parent 282dcb3c16
commit 25cf971fef
13 changed files with 106 additions and 12 deletions
@@ -76,8 +76,12 @@
/obj/structure/closet/examine(mob/user)
..()
if(welded)
to_chat(user, "<span class='notice'>It's welded shut.</span>")
if(anchored)
to_chat(user, "It is anchored to the ground.")
to_chat(user, "<span class='notice'>It is <b>bolted</b> to the ground.</span>")
if(opened)
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>")
@@ -453,4 +457,4 @@
/obj/structure/closet/return_temperature()
return
return