Merge pull request #7440 from Aurorablade/Cutouts

Ports Cardboard cutouts
This commit is contained in:
tigercat2000
2017-06-07 11:13:04 -07:00
committed by GitHub
6 changed files with 209 additions and 0 deletions
@@ -237,6 +237,7 @@ var/global/list/datum/stack_recipe/cardboard_recipes = list (
new /datum/stack_recipe("folder", /obj/item/weapon/folder),
new /datum/stack_recipe("cardboard tube", /obj/item/weapon/c_tube),
new /datum/stack_recipe("cardboard box", /obj/structure/closet/cardboard, 4),
new/datum/stack_recipe("cardboard cutout", /obj/item/cardboard_cutout, 5),
)
/obj/item/stack/sheet/cardboard //BubbleWrap