Merge pull request #11442 from GhostActual/baggage

Fulpstation Briefcases
This commit is contained in:
Aronai Sieyes
2021-08-19 17:01:52 -04:00
committed by GitHub
7 changed files with 24 additions and 3 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