mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #2442 from acemod/revert-2441-air_no_tracers
Revert "disable a10 tracers, commanche tracers only nvg"
This commit is contained in:
commit
04512ebbc9
@ -11,7 +11,7 @@ class CfgAmmo {
|
|||||||
explosive = 1.8;
|
explosive = 1.8;
|
||||||
tracersEvery = 3;
|
tracersEvery = 3;
|
||||||
tracerEndTime = 3.5;
|
tracerEndTime = 3.5;
|
||||||
nvgOnly = 1;
|
|
||||||
CraterEffects = "ExploAmmoCrater";
|
CraterEffects = "ExploAmmoCrater";
|
||||||
explosionEffects = "ExploAmmoExplosion";
|
explosionEffects = "ExploAmmoExplosion";
|
||||||
model = "\A3\Weapons_f\Data\bullettracer\tracer_red";
|
model = "\A3\Weapons_f\Data\bullettracer\tracer_red";
|
||||||
|
@ -5,7 +5,6 @@ class CfgMagazines {
|
|||||||
class 1000Rnd_Gatling_30mm_Plane_CAS_01_F: VehicleMagazine {
|
class 1000Rnd_Gatling_30mm_Plane_CAS_01_F: VehicleMagazine {
|
||||||
ammo = "ACE_Gatling_30mm_HE_Plane_CAS_01_Deploy";
|
ammo = "ACE_Gatling_30mm_HE_Plane_CAS_01_Deploy";
|
||||||
count = 1170;
|
count = 1170;
|
||||||
tracersEvery = 0;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// an extended magazine for the comanche
|
// an extended magazine for the comanche
|
||||||
|
Loading…
Reference in New Issue
Block a user