ACF7: Add one pick hammer in crate
Players often reported to screw up with the pick hammer, which is quite annoying.
With one pick hammer more, this mission should be slightly less annoying.
#ifdef GL_ES
precision mediump float;
#endif
varying vec4 vcolor;
void main()
{
gl_FragColor = vcolor;
}