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"