From 9540c47adf6b5b81e3b4827169f8e9207759ea0a Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 2 Mar 2020 00:24:36 -0500 Subject: [PATCH] Update recipes_clothing.dm --- 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 89cd27541b..85d8dae78b 100644 --- a/code/datums/components/crafting/recipes/recipes_clothing.dm +++ b/code/datums/components/crafting/recipes/recipes_clothing.dm @@ -62,9 +62,9 @@ time = 20 tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER) parts = list(/obj/item/clothing/glasses/hud/health = 1) - /obj/item/clothing/glasses/sunglasses = 1, reqs = list(/obj/item/clothing/glasses/hud/health = 1, - /obj/item/stack/cable_coil = 5) + /obj/item/clothing/glasses/sunglasses = 1, + /obj/item/stack/cable_coil = 5) category = CAT_CLOTHING /datum/crafting_recipe/hudsunmedremoval