rhs usf combat config fix

This commit is contained in:
SzwedzikPL 2015-07-27 01:42:02 +02:00
parent bf4e95e750
commit bdb23301db

View File

@ -175,7 +175,14 @@ class CfgWeapons
lockedTargetSound[] = {"",0,1}; lockedTargetSound[] = {"",0,1};
}; };
class rhsusf_opscore_01; class rhsusf_ach_helmet_ocp;
class rhsusf_opscore_01: rhsusf_ach_helmet_ocp {
ace_hearing_protection = 0.50;
ace_hearing_lowerVolume = 0.60;
};
class rhsusf_opscore_01_tan: rhsusf_opscore_01 {};
class rhsusf_opscore_03_ocp: rhsusf_opscore_01 {};
class rhsusf_cvc_helmet: rhsusf_opscore_01 { class rhsusf_cvc_helmet: rhsusf_opscore_01 {
ace_hearing_protection = 1; ace_hearing_protection = 1;
ace_hearing_lowerVolume = 0.80; ace_hearing_lowerVolume = 0.80;
@ -202,12 +209,4 @@ class CfgWeapons
ace_hearing_protection = 1; ace_hearing_protection = 1;
ace_hearing_lowerVolume = 0.80; ace_hearing_lowerVolume = 0.80;
}; };
class rhsusf_ach_helmet_ocp;
class rhsusf_opscore_01: rhsusf_ach_helmet_ocp {
ace_hearing_protection = 0.50;
ace_hearing_lowerVolume = 0.60;
};
class rhsusf_opscore_01_tan: rhsusf_opscore_01 {};
class rhsusf_opscore_03_ocp: rhsusf_opscore_01 {};
}; };