Adds big cardboard boxes.

!
This commit is contained in:
Spacemanspark
2015-12-20 15:31:24 -06:00
parent ff32b32eb9
commit 39737e6c05
3 changed files with 60 additions and 0 deletions
@@ -196,6 +196,7 @@ var/global/list/datum/stack_recipe/cardboard_recipes = list ( \
new/datum/stack_recipe("pizza box", /obj/item/pizzabox), \
new/datum/stack_recipe("folder", /obj/item/weapon/folder), \
new/datum/stack_recipe("cardboard tube", /obj/item/weapon/c_tube), \
new/datum/stack_recipe("large box", /obj/structure/closet/cardboard, 4), \
)
/obj/item/stack/sheet/cardboard //BubbleWrap