Yes you can, look in the pointlight.shader
specular = lightspecular * specularity * pow(clamp(-dot(lightreflection,screennormal),0.0,1.0),GLOSS);
GLOSS would control this. It's default 10.0, you could simply just send that through an uniform if you change the lighting shaders.