How do you give a unit sunglasses? (OFP)

Replace the "None" with "Sunglasses". If you wish the unit to have normal reading glasses, use "Glasses".

 

class CfgIdentities {
  class John_Doe {
    name="John Bartholemew Doe";
    face="Face20";
    glasses="None";
    speaker="Dan";
    pitch=1.1;
  };
};