From 41400ff94a52dac1916a557b9a7be15ea0226bbe Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sun, 12 May 2019 21:54:18 -0400 Subject: [PATCH] Update recipes.dm --- code/modules/crafting/recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 387c2695c7..40766df471 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -691,7 +691,7 @@ result = /obj/item/storage/briefcase/crafted time = 35 tools = list(TOOL_WIRECUTTER) - reqs = list(/obj/item/stack/sheet/cardboard = 1. + reqs = list(/obj/item/stack/sheet/cardboard = 1, /obj/item/stack/sheet/cloth = 2, /obj/item/stack/sheet/leather = 5) category = CAT_CLOTHING