Skip to content

Commit

Permalink
add muffling to new LOW headsets (#6106)
Browse files Browse the repository at this point in the history
  • Loading branch information
bux authored and PabstMirror committed Jan 31, 2018
1 parent 68daf2d commit 0fd90bc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions addons/hearing/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,22 @@ class CfgWeapons {
HEARING_PROTECTION_EARMUFF
};

class H_Construction_earprot_base_F: HelmetBase {
HEARING_PROTECTION_EARMUFF
};

class H_Construction_headset_base_F: HelmetBase {
HEARING_PROTECTION_EARMUFF
};

class H_EarProtectors_base_F: HelmetBase {
HEARING_PROTECTION_EARMUFF
};

class H_HeadSet_base_F: HelmetBase {
HEARING_PROTECTION_EARMUFF
};

class H_HelmetB_light: H_HelmetB {
HEARING_PROTECTION_PELTOR
};
Expand Down

0 comments on commit 0fd90bc

Please sign in to comment.