Merge pull request #14926 from YakumoChen/human-leather-hats

Human leather hats
This commit is contained in:
silicons
2021-07-18 15:06:22 -07:00
committed by GitHub
4 changed files with 7 additions and 0 deletions
@@ -13,6 +13,7 @@
GLOBAL_LIST_INIT(human_recipes, list( \
new/datum/stack_recipe("bloated human costume", /obj/item/clothing/suit/hooded/bloated_human, 5), \
new/datum/stack_recipe("human skin hat", /obj/item/clothing/head/human_leather, 1), \
))
/obj/item/stack/sheet/animalhide/human/get_main_recipes()