Small bookbag and janibelt fix (#463)

Now you can carry seven books into it.

* Fixing janitor's belt

Now it probably has enough space
This commit is contained in:
Alberyk
2016-06-26 03:34:07 +03:00
committed by skull132
parent 17f8a390a9
commit 9c6393a12d
2 changed files with 3 additions and 1 deletions
@@ -266,6 +266,7 @@
icon = 'icons/obj/library.dmi'
icon_state = "bookbag"
storage_slots = 7
max_storage_space = 200
max_w_class = 3
w_class = 3
can_hold = list(/obj/item/weapon/book, /obj/item/weapon/spellbook)
@@ -200,7 +200,8 @@
icon_state = "janibelt"
item_state = "janibelt"
storage_slots = 6
max_storage_space = 4 // Set to this so the light replacer can fit.
max_w_class = 3
max_storage_space = 28
can_hold = list(
/obj/item/weapon/grenade/chem_grenade/cleaner,
/obj/item/device/lightreplacer,