Fixes thermal drill not allowing safe opening, dial image preventing clicks and code words not clearing properly (#15024)

* Fixes thermal drills not allowing safes to be opened

* Unrelated fixes: make safe dial image click-through, better clean up codewords
This commit is contained in:
dearmochi
2020-12-01 09:25:11 +00:00
committed by GitHub
parent dd94a30dbb
commit e78805c99f
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ GLOBAL_LIST_EMPTY(safes)
var/list/data = list()
data["dial"] = dial
data["open"] = open
data["locked"] = locked
data["locked"] = locked && !broken
if(open)
var/list/contents_names = list()