From 768e80544ed190c11c625c518d0c4ada7fc7da31 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sun, 12 Nov 2017 15:41:25 -0600 Subject: [PATCH] Update autolathe_designs.dm --- code/modules/research/designs/autolathe_designs.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 2f2a3e32a8..946ec70d38 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -608,7 +608,6 @@ build_path = /obj/item/device/electropack category = list("hacked", "Tools") -/* /datum/design/shock_collar name = "Shock Collar" id = "shock_collar" @@ -616,7 +615,6 @@ materials = list(MAT_METAL = 5000, MAT_GLASS = 2000) build_path = /obj/item/device/electropack/shockcollar category = list("hacked", "Security") -*/ /datum/design/large_welding_tool name = "Industrial Welding Tool"