Merge pull request #1301 from Fox-McCloud/storage-fixes

Can Hold Fixes
This commit is contained in:
ZomgPonies
2015-06-13 04:30:33 -04:00
2 changed files with 3 additions and 3 deletions
@@ -341,7 +341,7 @@
max_combined_w_class = 21
max_w_class = 3
w_class = 4 //Bigger than a book because physics
can_hold = list(/obj/item/weapon/book, /obj/item/weapon/spellbook) //No bibles, consistent with bookcase
can_hold = list("/obj/item/weapon/book", "/obj/item/weapon/spellbook") //No bibles, consistent with bookcase
/*
* Trays - Agouri
@@ -130,7 +130,7 @@
/obj/item/weapon/storage/box/syndie_kit/space
name = "Boxed Space Suit and Helmet"
can_hold = list(/obj/item/clothing/suit/space/syndicate/black/red, /obj/item/clothing/head/helmet/space/syndicate/black/red)
can_hold = list("/obj/item/clothing/suit/space/syndicate/black/red", "/obj/item/clothing/head/helmet/space/syndicate/black/red")
max_w_class = 3
/obj/item/weapon/storage/box/syndie_kit/space/New()
@@ -141,7 +141,7 @@
/obj/item/weapon/storage/box/syndie_kit/hardsuit
name = "Boxed Blood Red Suit and Helmet"
can_hold = list(/obj/item/clothing/suit/space/rig/syndi, /obj/item/clothing/head/helmet/space/rig/syndi)
can_hold = list("/obj/item/clothing/suit/space/rig/syndi", "/obj/item/clothing/head/helmet/space/rig/syndi")
max_w_class = 3
/obj/item/weapon/storage/box/syndie_kit/hardsuit/New()