diff --git a/code/datums/components/crafting/tailoring.dm b/code/datums/components/crafting/tailoring.dm index 45c021aca6c..050c7af0239 100644 --- a/code/datums/components/crafting/tailoring.dm +++ b/code/datums/components/crafting/tailoring.dm @@ -418,6 +418,12 @@ reqs = list(/obj/item/stack/sheet/cloth = 4) category = CAT_CLOTHING +/datum/crafting_recipe/chaplain_hood/New() + . = ..() + //the resulting hoodie can be used to craft other hoodies. + //recipe blacklists should be refactored to only affect components and not tools. + blacklist -= result + /datum/crafting_recipe/flower_garland name = "Flower Garland" result = /obj/item/clothing/head/costume/garland