Merge pull request #7072 from Citadel-Station-13/upstream-merge-38376
[MIRROR] [s] Fix lockboxes not actually being locked
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user