Merge pull request #2297 from acemod/addMoreHearingProtection

Add Hearing Protection to Helmets with Peltor Headsets
This commit is contained in:
Glowbal 2015-08-29 22:34:59 +02:00
commit 998bc2d45a

View File

@ -47,5 +47,16 @@ class CfgWeapons {
GVAR(lowerVolume) = 0.60;
};
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;
};
};