Merge pull request #25919 from Qbopper/brokencloset

Fixes redundant messages about broken closets
This commit is contained in:
Leo
2017-04-06 18:38:58 -03:00
committed by GitHub
2 changed files with 3 additions and 4 deletions
@@ -79,8 +79,6 @@
..()
if(anchored)
to_chat(user, "It is anchored to the ground.")
if(broken)
to_chat(user, "<span class='notice'>It appears to be broken.</span>")
else if(secure && !opened)
to_chat(user, "<span class='notice'>Alt-click to [locked ? "unlock" : "lock"].</span>")