diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 4c58d443c66..fcf0775a66c 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -645,6 +645,14 @@ result = /obj/item/clothing/under/mummy reqs = list(/obj/item/stack/sheet/cloth = 5) +/datum/crafting_recipe/chaplain_hood + name = "Follower Hoodie" + result = /obj/item/clothing/suit/hooded/chaplain_hoodie + time = 10 + tools = list(/obj/item/clothing/suit/hooded/chaplain_hoodie, /obj/item/storage/book/bible) + reqs = list(/obj/item/stack/sheet/cloth = 4) + category = CAT_CLOTHING + /datum/crafting_recipe/guillotine name = "Guillotine" result = /obj/structure/guillotine