From 055d397e1e10d86604f5384e155c30c89233c14b Mon Sep 17 00:00:00 2001 From: kiwedespars <47008095+kiwedespars@users.noreply.github.com> Date: Fri, 21 Aug 2020 13:34:02 -0700 Subject: [PATCH] adds tape --- code/datums/components/crafting/recipes/recipes_clothing.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/crafting/recipes/recipes_clothing.dm b/code/datums/components/crafting/recipes/recipes_clothing.dm index 9ef4c6d2eb..6ee032ac4d 100644 --- a/code/datums/components/crafting/recipes/recipes_clothing.dm +++ b/code/datums/components/crafting/recipes/recipes_clothing.dm @@ -46,6 +46,7 @@ time = 60 tools = list(TOOL_WIRECUTTER) reqs = list(/obj/item/stack/sheet/cloth = 4, + /obj/item/stack/sticky_tape = 2, /obj/item/stack/sheet/leather = 2) category = CAT_CLOTHING