mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add Hearing Protection to Helmets with Peltors
This commit is contained in:
parent
80d18c468e
commit
19a6226ced
@ -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;
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user