Skip to content

Commit

Permalink
Compats - Add SOG helmet hearing and dust protection (#8718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whigital authored Dec 17, 2021
1 parent e0df864 commit efa1980
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions optionals/compat_sog/CfgWeapons/helmets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ class vn_b_helmet_sph4_02_01: vn_b_headgear_base {
class vn_b_helmet_t56_01_01: vn_b_headgear_base {
HEARING_PROTECTION_VICCREW;
};
class vn_b_helmet_svh4_01_01: vn_b_headgear_base {
HEARING_PROTECTION_VICCREW;
};
class vn_b_helmet_svh4_02_01: vn_b_headgear_base {
HEARING_PROTECTION_VICCREW;
ACE_Protection = 1;
};

class vn_o_headgear_base;
class vn_o_helmet_tsh3_01: vn_o_headgear_base {
Expand Down

0 comments on commit efa1980

Please sign in to comment.