1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Removes tabs in CfgAmmo

This commit is contained in:
LorenLuke 2019-09-04 18:22:43 -07:00 committed by GitHub
parent 6f96ca1a64
commit 2487d6c8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,17 +73,17 @@ class CfgAmmo {
class ACE_Gatling_30mm_Sub_AP: ACE_Gatling_30mm_Sub_HEI {
submunitionAmmo = "ACE_Gatling_30mm_AP_Plane_CAS_01_F";
ACE_caliber = 1.4;
ACE_caliber = 1.4;
};
class ACE_Gatling_30mm_Sub_CM41: ACE_Gatling_30mm_Sub_HEI {
submunitionAmmo[] = {"ACE_Gatling_30mm_AP_Plane_CAS_01_F",0.8,"Cannon_30mm_HE_Plane_CAS_01_F",0.2};
ACE_caliber = 1.4;
ACE_caliber = 1.4;
};
class ACE_Gatling_30mm_Sub_CM51: ACE_Gatling_30mm_Sub_HEI {
submunitionAmmo[] = {"ACE_Gatling_30mm_AP_Plane_CAS_01_F",0.83,"Cannon_30mm_HE_Plane_CAS_01_F",0.17};
ACE_caliber = 1.4;
ACE_caliber = 1.4;
};