Skip to content

Commit

Permalink
Added hearing config for CSAT, Stealth and Racing Helmets (#6300)
Browse files Browse the repository at this point in the history
Hearing - Added config for CSAT, Stealth and Racing Helmets
  • Loading branch information
xrufix authored and PabstMirror committed Jun 1, 2018
1 parent f5cd682 commit 93e187e
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 @@ -68,8 +68,24 @@ class CfgWeapons {
HEARING_PROTECTION_PELTOR
};

class H_HelmetB_TI_tna_F: H_HelmetB {
HEARING_PROTECTION_PELTOR
};

class H_Tank_base_F;
class H_Tank_black_F: H_Tank_base_F {
HEARING_PROTECTION_VICCREW
};

class H_RacingHelmet_1_F: H_HelmetB_camo {
HEARING_PROTECTION_VICCREW
};

class H_HelmetO_ocamo: H_HelmetB {
HEARING_PROTECTION_PELTOR
}; // Defender and Assasin Helmet inherit.

class H_HelmetO_ViperSP_hex_f: H_HelmetB {
HEARING_PROTECTION_PELTOR
};
};

0 comments on commit 93e187e

Please sign in to comment.