diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 946ec70d38..2f2a3e32a8 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -608,6 +608,7 @@ build_path = /obj/item/device/electropack category = list("hacked", "Tools") +/* /datum/design/shock_collar name = "Shock Collar" id = "shock_collar" @@ -615,6 +616,7 @@ 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"