Base Commit

This commit is contained in:
klaasjared
2021-08-18 02:30:58 -04:00
parent f821c8e518
commit 1418044e6b
5 changed files with 10 additions and 1 deletions
@@ -20,4 +20,13 @@
force = 0
w_class = ITEMSIZE_NORMAL
max_w_class = ITEMSIZE_SMALL
max_storage_space = ITEMSIZE_COST_SMALL * 4
max_storage_space = ITEMSIZE_COST_SMALL * 4
/obj/item/weapon/storage/briefcase/bookbag
name = "bookbag"
desc = "A small bookbag for holding... things other than books?"
icon_state = "bookbag"
force = 4.0
w_class = ITEMSIZE_LARGE
max_w_class = ITEMSIZE_NORMAL
max_storage_space = ITEMSIZE_COST_NORMAL * 4