diff --git a/code/modules/research/designs/autolathe_desings/autolathe_designs_construction.dm b/code/modules/research/designs/autolathe_desings/autolathe_designs_construction.dm index a4abd6e183..6cbcbe141a 100644 --- a/code/modules/research/designs/autolathe_desings/autolathe_designs_construction.dm +++ b/code/modules/research/designs/autolathe_desings/autolathe_designs_construction.dm @@ -106,4 +106,5 @@ build_type = AUTOLATHE materials = list(MAT_METAL = 12000, MAT_GLASS=8000) build_path = /obj/item/rcd_ammo - category = list("initial","Construction") + category = list("initial","Construction","Tool Designs") + departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING