mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added ACE Hearing Protection to 6M2 and helmets with 6M2 (#9039)
This commit is contained in:
parent
5587d9dc69
commit
9dd0472b57
@ -184,6 +184,18 @@ class CfgWeapons {
|
||||
HEARING_PROTECTION_EARMUFF
|
||||
};
|
||||
|
||||
class rhs_6b47;
|
||||
class rhs_6b47_6m2: rhs_6b47 {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
class rhs_6b47_6m2_1: rhs_6b47 {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
|
||||
class rhs_6m2: H_HelmetB {
|
||||
HEARING_PROTECTION_PELTOR
|
||||
};
|
||||
|
||||
class rhs_weap_d81;
|
||||
class rhs_weap_2a70: rhs_weap_d81 { // "Low pressure" 100mm cannon
|
||||
ace_overpressure_range = 15;
|
||||
|
Loading…
Reference in New Issue
Block a user