mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user