Misc - Fix UBCs (#7870)

This commit is contained in:
PabstMirror 2020-08-24 13:31:35 -05:00 committed by GitHub
parent b21535665b
commit b4d89e919e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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";
};
};

View File

@ -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 {