Ports paperbags from tg (#12320)

This commit is contained in:
desven
2021-08-25 14:12:57 +02:00
committed by GitHub
parent 4696bbcef9
commit 6eff45c430
10 changed files with 113 additions and 1 deletions
@@ -186,6 +186,7 @@
new /datum/stack_recipe("candle pack", /obj/item/storage/box/fancy/candle_box/empty),
new /datum/stack_recipe("crayon box", /obj/item/storage/box/fancy/crayons/empty),
new /datum/stack_recipe("pizza box", /obj/item/pizzabox),
new /datum/stack_recipe("papersack", /obj/item/storage/box/papersack),
new /datum/stack_recipe("cardborg suit", /obj/item/clothing/suit/cardborg, 3),
new /datum/stack_recipe("cardborg helmet", /obj/item/clothing/head/cardborg)
))