Merge pull request #38376 from AutomaticFrenzy/patch/lockbox

[s] Fix lockboxes not actually being locked
This commit is contained in:
oranges
2018-06-12 11:44:24 +12:00
committed by letterjay
parent ecd200a5bc
commit 4f379bb0d0
2 changed files with 6 additions and 2 deletions
@@ -19,6 +19,7 @@
STR.max_w_class = WEIGHT_CLASS_NORMAL
STR.max_combined_w_class = 14
STR.max_items = 4
STR.locked = TRUE
/obj/item/storage/lockbox/attackby(obj/item/W, mob/user, params)
var/locked = SendSignal(COMSIG_IS_STORAGE_LOCKED)