mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Merge pull request #25919 from Qbopper/brokencloset
Fixes redundant messages about broken closets
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user