Merge pull request #7072 from Citadel-Station-13/upstream-merge-38376

[MIRROR] [s] Fix lockboxes not actually being locked
This commit is contained in:
LetterJay
2018-06-12 08:08:15 -05:00
committed by GitHub
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)