diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 5e03c3db4e4..1b242b34cfa 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -283,9 +283,11 @@ result = /obj/item/clothing/head/lizard time = 20 reqs = list(/obj/item/organ/severedtail = 1) + category = CAT_MISC /datum/table_recipe/lizardhat_alternate name = "Lizard Cloche Hat" result = /obj/item/clothing/head/lizard time = 20 reqs = list(/obj/item/stack/sheet/animalhide/lizard = 1) + category = CAT_MISC