mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix typo
This commit is contained in:
commit
a3ab0a0b17
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ class CfgWeapons {
|
||||
class CannonCore;
|
||||
// Fix attrocious A-10 Cannon Dispersion; Add high ROF capability
|
||||
class Gatling_30mm_Plane_CAS_01_F: CannonCore {
|
||||
magazines[] += {"ACE_1000Rnd_Gatling_30mm_Plane_CAS_AP","ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM41","ACE_1000Rnd_Gatling_30mm_Plane_CAS_HEI"};
|
||||
magazines[] += {"ACE_1000Rnd_Gatling_30mm_Plane_CAS_HEI","ACE_1000Rnd_Gatling_30mm_Plane_CAS_AP","ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM41","ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM51"};
|
||||
class LowROF: Mode_FullAuto {
|
||||
multiplier = 3;
|
||||
burst = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user