craftable human hats

This commit is contained in:
YakumoChen
2021-07-05 04:58:52 +00:00
committed by GitHub
parent 2d8ba411a4
commit 42fed8a8fe
@@ -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()