add Hearing Protection to Helmets with Peltors

This commit is contained in:
bux578 2015-08-28 09:05:31 +02:00
parent 80d18c468e
commit 19a6226ced

View File

@ -47,5 +47,16 @@ class CfgWeapons {
GVAR(lowerVolume) = 0.60; GVAR(lowerVolume) = 0.60;
}; };
class H_Cap_marshal: H_Cap_headphones {}; class H_Cap_marshal: H_Cap_headphones {};
};
class H_HelmetB_light: H_HelmetB {
GVAR(protection) = 0.8;
GVAR(lowerVolume) = 0.20;
};
class H_HelmetB_plain_mcamo;
class H_HelmetSpecB: H_HelmetB_plain_mcamo {
GVAR(protection) = 0.8;
GVAR(lowerVolume) = 0.20;
};
};