mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cleanup maverick (#6000)
* Cleanup maverick config * x * Cleanup ACE_Comanche_Test * fix formatting (and poke Travis)
This commit is contained in:
parent
1f818981ed
commit
966cf8d748
@ -40,10 +40,10 @@ class CfgAmmo {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class Missile_AGM_01_F : MissileBase {};
|
class Missile_AGM_01_F: Missile_AGM_02_F {};
|
||||||
class ace_kh25ml : Missile_AGM_01_F {
|
class ace_kh25ml: Missile_AGM_01_F {
|
||||||
author = "xrufix";
|
author = "xrufix";
|
||||||
irLock = 0
|
irLock = 0;
|
||||||
missileLockMaxDistance = 10000;
|
missileLockMaxDistance = 10000;
|
||||||
weaponLockSystem = 4;
|
weaponLockSystem = 4;
|
||||||
class ace_missileguidance {
|
class ace_missileguidance {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
class CfgPatches {
|
class CfgPatches {
|
||||||
class ADDON {
|
class ADDON {
|
||||||
name = COMPONENT_NAME;
|
name = COMPONENT_NAME;
|
||||||
units[] = {"ACE_Comanche_Test"};
|
units[] = {};
|
||||||
weapons[] = {};
|
weapons[] = {};
|
||||||
requiredVersion = REQUIRED_VERSION;
|
requiredVersion = REQUIRED_VERSION;
|
||||||
requiredAddons[] = {"ace_laser"};
|
requiredAddons[] = {"ace_laser"};
|
||||||
|
Loading…
Reference in New Issue
Block a user