From de357e657d022b905d56ce56139347390e98a302 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Wed, 22 Mar 2023 08:04:29 -0700 Subject: [PATCH] adds a category to empty donk box (#20694) --- code/modules/crafting/recipes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 38d908a7b58..fa810b2edd4 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -475,6 +475,7 @@ reqs = list(/obj/item/storage/box, /obj/item/stack/sheet/plastic, /obj/item/stack/sheet/metal) + category = CAT_MISC /datum/crafting_recipe/flashlight_eyes name = "Flashlight Eyes"