From 815844accde300fe247b876986e4dab0d2cbcf33 Mon Sep 17 00:00:00 2001 From: Detective Google <48196179+Detective-Google@users.noreply.github.com> Date: Mon, 16 Mar 2020 01:48:29 -0500 Subject: [PATCH] corrects sechud requirement. --- code/datums/components/crafting/recipes/recipes_clothing.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/components/crafting/recipes/recipes_clothing.dm b/code/datums/components/crafting/recipes/recipes_clothing.dm index 69153a8530..369cf2bbf4 100644 --- a/code/datums/components/crafting/recipes/recipes_clothing.dm +++ b/code/datums/components/crafting/recipes/recipes_clothing.dm @@ -134,9 +134,9 @@ result = /obj/item/clothing/glasses/hud/security/sunglasses/eyepatch time = 20 tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER) - parts = list(/obj/item/clothing/glasses/hud/security = 1, + parts = list(/obj/item/clothing/glasses/hud/security/sunglasses = 1, /obj/item/clothing/glasses/eyepatch = 1) - reqs = list(/obj/item/clothing/glasses/hud/security = 1, + reqs = list(/obj/item/clothing/glasses/hud/security/sunglasses = 1, /obj/item/clothing/glasses/eyepatch = 1) category = CAT_CLOTHING