diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index fa810b2edd4..b2ae3109609 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -472,9 +472,9 @@ name = "Donk Pocket Box" result = list(/obj/item/storage/box/donkpockets/empty) time = 10 - reqs = list(/obj/item/storage/box, - /obj/item/stack/sheet/plastic, - /obj/item/stack/sheet/metal) + reqs = list(/obj/item/storage/box = 1, + /obj/item/stack/sheet/plastic = 1, + /obj/item/stack/sheet/metal = 1) category = CAT_MISC /datum/crafting_recipe/flashlight_eyes