Secure Storage Buff (#11529)

This commit is contained in:
WickedCybs
2021-03-26 10:25:22 +01:00
committed by GitHub
parent 40b9119c13
commit 5f324fcfd0
2 changed files with 9 additions and 3 deletions
@@ -23,9 +23,9 @@
var/l_hacking = 0
var/emagged = 0
var/open = 0
w_class = ITEMSIZE_NORMAL
max_w_class = ITEMSIZE_SMALL
max_storage_space = 14
w_class = ITEMSIZE_LARGE
max_w_class = ITEMSIZE_NORMAL
max_storage_space = 16
use_sound = 'sound/items/storage/briefcase.ogg'
examine(mob/user)