From bd239b01b302091b68fbf92553dc4eff00cbcb49 Mon Sep 17 00:00:00 2001 From: kiwedespars <47008095+kiwedespars@users.noreply.github.com> Date: Mon, 17 Aug 2020 23:52:41 -0700 Subject: [PATCH 1/2] Update recipes_clothing.dm --- code/datums/components/crafting/recipes/recipes_clothing.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/components/crafting/recipes/recipes_clothing.dm b/code/datums/components/crafting/recipes/recipes_clothing.dm index 2a24c0b451..9ef4c6d2eb 100644 --- a/code/datums/components/crafting/recipes/recipes_clothing.dm +++ b/code/datums/components/crafting/recipes/recipes_clothing.dm @@ -46,7 +46,6 @@ time = 60 tools = list(TOOL_WIRECUTTER) reqs = list(/obj/item/stack/sheet/cloth = 4, - /obj/item/stack/sheet/durathread = 2, /obj/item/stack/sheet/leather = 2) category = CAT_CLOTHING 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 2/2] 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