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