From 5c513649ddd640b2ce16d82ab9d56f5a2db5f2d3 Mon Sep 17 00:00:00 2001 From: bawhoppen Date: Fri, 8 Apr 2016 21:12:18 -0500 Subject: [PATCH] changes welding tool requirement --- code/modules/crafting/recipes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index b1d94344837..83f27e555f2 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -15,7 +15,7 @@ result = /obj/item/weapon/gun reqs = list(/obj/item/weapon/gun = 1) parts = list(/obj/item/weapon/gun = 1) - tools = list(/obj/item/weapon/weldingtool/hugetank, /obj/item/weapon/screwdriver, /obj/item/weapon/wirecutters) + tools = list(/obj/item/weapon/weldingtool, /obj/item/weapon/screwdriver, /obj/item/weapon/wirecutters) time = 50 category = CAT_WEAPON @@ -326,4 +326,4 @@ result = /obj/item/weapon/storage/box/papersack time = 10 reqs = list(/obj/item/weapon/paper = 5) - category = CAT_MISC \ No newline at end of file + category = CAT_MISC