From d825a10e586af82d40b965d7da5d8da5d171890c Mon Sep 17 00:00:00 2001 From: kiwedespars <47008095+kiwedespars@users.noreply.github.com> Date: Tue, 31 Mar 2020 01:51:14 -0700 Subject: [PATCH] makes the mask craftable --- .../datums/components/crafting/recipes/recipes_clothing.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/datums/components/crafting/recipes/recipes_clothing.dm b/code/datums/components/crafting/recipes/recipes_clothing.dm index 5636be6b2a..ba47b64b97 100644 --- a/code/datums/components/crafting/recipes/recipes_clothing.dm +++ b/code/datums/components/crafting/recipes/recipes_clothing.dm @@ -33,6 +33,13 @@ /obj/item/organ/ears/cat = 1) category = CAT_CLOTHING +/datum/crafting_recipe/papermask + name = "Paper Mask" + result = /obj/item/clothing/mask/paper + time = 10 + reqs = list(/obj/item/paper = 20) + category = CAT_CLOTHING + //////// //Huds// ////////