From 3efa23076c4745b486fe655effb276db4dcdf55a Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Sun, 26 Mar 2023 11:45:23 +0100 Subject: [PATCH] Fixes wonky donk list (#20707) --- code/modules/crafting/recipes.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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