mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user