Follower hoodies can now be crafted (#89685)

## About The Pull Request
Little band-aid atomized from my WIP refactor. As you can see from the
code comments, it's not a definitive solution, but I can't handle it
properly right now because I have so muh beef on the plate.

## Why It's Good For The Game
Fixing stuff that no one cares about, yay...

## Changelog

🆑
fix: Follower hoodies can now be crafted.
/🆑
This commit is contained in:
Ghom
2025-03-05 14:25:33 +01:00
committed by GitHub
parent 17e24cb637
commit b579dcc9c8
@@ -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