mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
update dragon to not use new guidance
This commit is contained in:
parent
8f03b5be9e
commit
fe1e6d45cb
@ -82,6 +82,9 @@ class CfgAmmo {
|
|||||||
class ace_missileguidance {
|
class ace_missileguidance {
|
||||||
enabled = 1;
|
enabled = 1;
|
||||||
|
|
||||||
|
pitchRate = 0;
|
||||||
|
yawRate = 0;
|
||||||
|
|
||||||
// Guidance type for munitions
|
// Guidance type for munitions
|
||||||
defaultSeekerType = "SACLOS";
|
defaultSeekerType = "SACLOS";
|
||||||
seekerTypes[] = { "SACLOS" };
|
seekerTypes[] = { "SACLOS" };
|
||||||
|
@ -91,7 +91,6 @@ if (isNil "_target") then {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemChat str _target;
|
|
||||||
_targetPos = getPosASLVisual _target;
|
_targetPos = getPosASLVisual _target;
|
||||||
|
|
||||||
// Array for seek last target position
|
// Array for seek last target position
|
||||||
|
Loading…
Reference in New Issue
Block a user