mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Misc - Fix UBCs (#7870)
This commit is contained in:
parent
b21535665b
commit
b4d89e919e
@ -239,7 +239,7 @@ class CfgGlasses {
|
||||
class G_AirPurifyingRespirator_02_base_F: G_AirPurifyingRespirator_01_base_F {
|
||||
ACE_Overlay = "a3\ui_f_enoch\data\objects\data\optics_APR_02_CA.paa";
|
||||
};
|
||||
class G_RegulatorMask_base_F: G_AirPurifyingRespirator_01_base_F {
|
||||
class G_RegulatorMask_base_F: None {
|
||||
ACE_Overlay = "a3\ui_f_enoch\data\objects\data\optics_regulator_ca.paa";
|
||||
};
|
||||
};
|
||||
|
@ -390,7 +390,7 @@ class CfgMagazines {
|
||||
class DemoCharge_Remote_Mag: SatchelCharge_Remote_Mag {
|
||||
displayName = CSTRING(DemoCharge_Name);
|
||||
};
|
||||
class ACE_SatchelCharge_Remote_Mag_Throwable: SatchelCharge_Remote_Mag {
|
||||
class ACE_SatchelCharge_Remote_Mag_Throwable: CA_Magazine {
|
||||
displayName = CSTRING(SatchelChargeThrowable_Name);
|
||||
};
|
||||
class ACE_DemoCharge_Remote_Mag_Throwable: ACE_SatchelCharge_Remote_Mag_Throwable {
|
||||
|
Loading…
Reference in New Issue
Block a user